Ralph Schindler has a new post to his today looking back at a sort of history of autoloading and some of what we've learned even in just the journey from PHP 5.0 to 5.3 (and has become best practice in the community).
ralph schindlerRalph Schindler's Blog: Autoloading (Revisited)PHPDeveloper.org Tue, 09/20/2011 - 08:18
Ralph Schindler has a new post to his today looking back at a sort of history of autoloading and some of what we've learned even in just the journey from PHP 5.0 to 5.3 (and has become best practice in the community). Autoloading (Revisited) - Ralph SchindlerPlanet PHP Mon, 09/19/2011 - 14:43
Upon the arrival of PHP 5.0, the ability to autoload classes was introduced. At the time, autoloading was such a new feature, it was hardly adopted. Zend Framework Contributors Mailing-List Summary; Edition #2 (Ju...Planet PHP Wed, 08/24/2011 - 07:08
Zend Developer Zone: Announcing the May 2011 Zend Framework Bug-...PHPDeveloper.org Thu, 05/26/2011 - 08:33
This new post on the Zend Developer Zone (from Ralph Schindler) is announcing this month's Zend Framework Bug Hunt Days starting today (the 26th) and running through Saturday (the 28th). Learning About Dependency Injection and PHP - Ralph SchindlerPlanet PHP Wed, 05/18/2011 - 14:25
Over the past few years, there are a few concepts and programming patterns that have muscled their way into the hearts and minds of PHP developers from other languages and programming communities. Tags:
Site News: Blast from the Past - One Year Ago in PHPPHPDeveloper.org Thu, 02/17/2011 - 07:05
Here's what was popular in the PHP community one year ago today: Zend Developer Zone: Announcing The First Zend Framework Bug-Hun...PHPDeveloper.org Thu, 01/20/2011 - 07:18
On the Zend Developer Zone today Ralph Schindler has officially announced the first bug hunt event of 2011 for the Zend Framework happening today through the 22nd. Another Unified Constructor Sighting - Paul M. JonesPlanet PHP Wed, 01/19/2011 - 07:46
Another unified constructor sighting in the wild: Ralph Schindler – PHP Component and Library API Design Overview. PHP Component and Library API Design Overview - Ralph SchindlerPlanet PHP Tue, 01/18/2011 - 16:48
There’s been lots of change in the PHP community over the past few years. PHP now has namespaces. More PHP developers are using an IDE. How long is too long (for unit test method names)? - blog.phpdev...Planet PHP Wed, 01/12/2011 - 13:44
As I ws working on some new development in our codebase this morning, I started updating some |