News Feed
Jobs Feed
Sections




News Archive
Joey Rivera's Blog:
Automate Db Model Creation with Zend_CodeGenerator_Php_Class
December 22, 2009 @ 08:33:06

On the Zend Developer Zone today there's a pointer to a new blog post from Joey Rivera about automating the creation of models in your Zend Framework application via the Zend_CodeGenerator_Php_Class.

This tool has to do a good bit of database manipulation so I've decided I'll build it in PHP using Zend Framework. I'll be using Zend_Db_Table_Abstract to communicate with the db tables from my project and I'll be creating a model for each table as well to store and manipulate data. I'll be working with lots of tables in the database and many have lots of fields.

Because the component lets you dynamically create PHP code, it can easily be used to create the model classes. Joey includes a link to the code you can use to add it into your own projects.

0 comments voice your opinion now!
automate model creation zendframework class


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Zend Framework Beta 0.9.3 Released

Zend Developer Zone: View Helpers in Zend Framework

Padraic Brady's Blog: Zend_Feed_Reader promoted to Zend Framework trunk (watch out for ZF 1.9!)

Zend Developer Zone: Zend Framework Applications Questionnaire

PHPImact Blog: Refactoring the Front Controller of the Zend Framework


Community Events









Don't see your event here?
Let us know!


opinion podcast release framework api example database testing introduction object language phpunit zendframework2 community tool code interview unittest composer development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework