Zend Framework Modular applications

Jeroen-Keppens has written a good article on how to create a modular application with Zend Framework:

I like my code nicely seperated in manageable blocks, that I can reuse whenever I want. Needless to say, I’m a big fan of the modules in Zend Framework. It isn’t always very easy to set it up though.

He covers how to set up modules using the zf command line tool along with a module bootstrap, before covering views and models. Reading this article will certainly help you understand how to use modules in your apps.

Posted by Rob on 18th June 2009 under Around the web | Comments Off

Comments are closed.