Categories module version 1.5.2 released
Saturday, 19 May 2012
Today we released a minor upgrade to the Categories module.
Zend Model Creator version 1.1
Saturday, 19 May 2012
Last Updated ( Saturday, 19 May 2012 12:40 )
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.
