Jeroen Keppens on: Creating a modular application with Zend Framework
“On his blog, Jeroen Keppens writes about his love of modular design philosophies, and how one can do modular based design, using Zend Framework and Zend_Tool”:http://blog.keppens.biz/2009/06/create-modular-application-with-zend.html
bq. I admit. I am a sucker for modules. 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. I had to look long and hard for answers on several questions and I noticed a lot of people had the same ones. So, I decided to make an article on creating a modular application in Zend Framework.
Through the process he describes in detail, he steps you through creating a modular application, tying in a library, module specific layouts, and working with models and view helpers.


2 comments to “Jeroen Keppens on: Creating a modular application with Zend Framework”
July 6th, 2009 at 12:32 am
I think my zend optimizer needs updated version. My site won’t work and it gives me this error message:
Incompatible file format: The encoded file has format ID 3120702, which is too old in /home/ameta3/public_html/jazaam/musicpage/index.php on line 0
Does anyone know how to help with this?
August 10th, 2009 at 4:41 pm
Just a heads up. the Zend Tool module commands referenced do not work on a Windows machine without extensive patching.
Thanks for writing this article Jeroen. It was very refreshing to have clear and concise directions.