Pragmatism in today's world

Zend Framework 0.2

Version 0.2 of the Zend Framework has been released. I'll be updating my tutorial shortly – as soon as I have some spare time!

Zend_Config: Multiple Sections and a BC Break for 0.2!

It is now possible to load multiple sections into a Zend_Config :) The inheritence mechanism in the INI files has also changed to remove it from the data space and into the section name space. As a bonus, whilst doing them, I managed to remove a lot of rendundant code from Zend_Config_Ini and so it's now much easier to understand how it works. To load multiple sections just pass in an array to the $section… continue reading.

Zend_Config: Progress Towards 0.2

A week or so ago, I got a chance to sit down (on IM) with Darby and look at the outstanding issues for Zend_Config. We went through the all open issues and the items on the wiki page to ensure we knew what was intended for 0.2. As a result, I filed a few issues with the issue tracker to enhance Zend_Config and note possible bugs. Essentially, the enhancements are: ZF-352. Change the way INI… continue reading.