News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

Debuggable Blog:
Finally - CakePHP 1.2 RC1 is out!
June 06, 2008 @ 10:28:37

Felix Geisendorfer has posted an announcement that the latest Release Candidate for the CakePHP has been released (another step closer to 1.2) - version 1.2RC1.

Sorry about the long delay. But CakePHP 1.2 RC1 is out and as sweet as it can be.

Updates in this release include over eight hundred commits, one hundred plus bug fixes and lots of new security features and additional functionality. Check out the Changelog for the updates or just grab your own Cake from the downloads section.

0 comments voice your opinion now!
cakephp releasecaandidate security additional feature



DevShed:
Unit Testing in Detail
October 26, 2006 @ 09:58:00

Continuing in their effort to help PHP developers keep their code bug-free, DevShed has posted part two of the series looking at unit testing your applications. Previously they had looked at the basics - of they work and what they're for. This time, they dig a little deeper, showing some of the additional features and conditions that PHPUnit has to offer.

This week, you will learn about running multiple tests simultaneously, creating more informative error messages, and more.

They get back into something they mentioned briefly before - packaging tests in a separate archive to keep it out of the main body of code (the same way separating content and display functionality is good). They also talk about how to run more than one test at the same time, a handy feature that lets you make regression tests.

They also show how to create more informative error messages and how to manually add more testing conditions for you to check custom bits of code that don't quite fit with the assertNull, assertEquals, and assertFalse crowd.

This article is an excerpt from the Sams Publishing book "Advanced PHP Programming" by George Schlossnagle.

0 comments voice your opinion now!
tutorial unit testing additional features test conditions add tutorial unit testing additional features test conditions add


Community News:
Zend Announced Additional Keynote Speakers
October 09, 2006 @ 15:39:00

Zend has officially announced some additional keynote speakers for the upcoming Zend/PHP Conference and Expo in San Jose:

Wanted to give you a heads up that today Zend, the PHP company, announced additional keynotes for this year's PHP Conference and Expo. The newly announced keynote speakers will join confirmed keynote speakers Chris Anderson, author of "The Long Tail" and editor-in-chief of Wired magazine, Robert "r0ml" Lefkowitz, software designer and open source strategist, as well as Matthew Rechs, CTO of Schematic.

These new speakers are:

  • David Berlind, Mashup Camp organizer and executive editor at ZDNet, will discuss the impact of "The Mashup Economy" and what it means for developers, corporations and consumers.
  • Anant Jhingran, Distinguished Engineer, VP and CTO, Information Management of the IBM Software Group will present along with..
  • ...Mike Smith, Distinguished Engineer, System i Software Chief Architect of the IBM Systems and Technology Group

There's still time to register for this great conference - you can get all the details from the main confernece site and signup today!

0 comments voice your opinion now!
zendcon2006 additional keynote speaker mashup ibm zendcon2006 additional keynote speaker mashup ibm


DevShed:
Implementing Additional Methods with mysqli and PHP 5
July 10, 2006 @ 07:22:54

DevShed has posted part three of their popular "using mysqli in PHP5" series today, this time, they focus on increasing the functionality of the code they started last time with other mysqli methods.

I must say that the "mysqli" extension offers an impressive set of features, which can be implemented right from the very beginning. However, and speaking of its cool features, in the next few lines, I'm going to show you a few more. Over the course of this last tutorial, I'll be covering some other methods and properties, mainly aimed at finding the IDs after inserting new rows, and obtaining information about specific table fields.

They touch on the fetch_array, data_seek, fetch_assoc, fetch_field, and fetch_seek functions, giving examples and other assicated properties along the way.

0 comments voice your opinion now!
mysqli mysql additional methods php5 tutorial mysqli mysql additional methods php5 tutorial



Community Events









Don't see your event here?
Let us know!


releases zend package cakephp code job release developer book zendframework mysql database security example conference PHP5 framework ajax application PEAR

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework