Zend readies PHP applications framework (InfoWorld)

Zend readies PHP applications framework (InfoWorld)
( InfoWorld ) - Zend Technologies plans to release its Zend Framework 1.0 product by late May, a company official said at the MySQL Conference & Expo in Santa Clara, Calif., on Wednesday. The framework is intended to make it easier to build PHP (Hypertext Preprocessor) applications. It features capabilities saving developers from having to re-create the same pieces over and over …

Zend readies PHP applications framework (Addict 3D)

Zend readies PHP applications framework (Addict 3D)
( InfoWorld ) - Zend Technologies plans to release its Zend Framework 1.0 product by late May, a company official said at the MySQL Conference & Expo in Santa Clara, Calif., on Wednesday. The framework is intended to make it easier to build PHP (Hypertext Preprocessor) applications.

Code As Data: Reflection in PHP (Addict 3D)

Code As Data: Reflection in PHP (Addict 3D)
At the end of the day, all code gets turned into data before it is executed. Sometimes, you can use that fact to help ease some of your programming chores. Zachary Kessin examines the PHP reflection capabilities and shows how you can use them to automate the creation of unit tests.