ZF example application part 5 Creating Models with Zend_Db and adding an Administration Module
Wednesday, April 30th, 2008Padraic Brady posted 5th part of his articles series “An Example Zend Framework Blog Application”. New article shows how work with Zend_Db and how to make administration module.
Today’s entry adds a few more layers to our slowly growing blog application. First of all I decided to add an Entries Model and Authors Model to the mix, primarily to get ready for when we can add new entries to our blog. This leads to where we can create new Entries; we add an Administration Module to the application with it’s own distinct Layout
This article shows how to create mysql table and make model to handle administration of this example application. If you are novice to Zend Framework you should read all parts of series.