News Feed
Jobs Feed
Sections



Recent Jobs

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




Community Events





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


language application package phpunit podcast unittest opinion interview manifesto introduction custom community series test symfony2 release framework conference api development

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