Information

PDF
Print
E-mail
Written by Henrik, Wednesday, 17 September 2008 Last Updated ( Tuesday, 24 February 2009 19:40 )

Does the job of creating database services, to bridge Zend Framework and Mysql and any database with any amount of tables, with only a couple of settings. And it's all free!

The core idea of ZMC (Zend Model Creator) is to enable a PHP developer to focus on creating logic in controllers and views, instead of spending countless hours on creating, copying and pasting code. To get the idea of how much time you save we have a small calculation:

Project X includes 1 database with 6 tables each one with 6 fields.
You would need to create a database object for each table, and a GETter and SETter for each field, then you want a service to grab the objects from. Do not forget the Exceptions you want to cast if something goes wrong and all the create, update and delete functions for each table...

This counts at least four files, with way more code then necessary. Some changes and misspellings later, you are finished and ready to start with your controller/view logic.

With Zend Model Creator, you are set in under 5 minutes, with all this code, completely error free!

Watch the example video! (Comoing soon!)

Look at the examples page!

Or check our manual!

Like this Joomla template?

As many other things on this site it is completely free! In collaboration with Midsjö AB are we releasing it into the public domain under the GNU/GPL version 2 license. You will find this template and other extensions under the Labs section then Joomla!. Good luck and happy Joomling!