Categories module version 1.5.2 released
Wednesday, 10 March 2010
Today we released a minor upgrade to the Categories module.
Zend Model Creator version 1.1
Wednesday, 10 March 2010
Last Updated ( Wednesday, 10 March 2010 00:03 )
Today I finished up the first public version of Zend Model Creator (ZMC)!
The ZMC is used to create nifty models for Zend Framework to fetch data from a database. Instead of writing these files yourself, you just specify which database you would like to use for your project. ZMC then fetches the information about these tables and creates DTOs and DAOs plus some misc files for you to use. Then its just a matter of calling the static service for each MySQL table, voiala, data is given to you directly with DTO objects for each result.
