Archive for July, 2009

Zend Framework Modular applications

Wednesday, July 1st, 2009 Posted in Open source, PHP & MySQL | No Comments »

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 ... Read more..

Registering front controller plugins in Zend Framework 1.8

Wednesday, July 1st, 2009 Posted in Open source, PHP & MySQL | No Comments »

Wenbert Del Rosario has posted an article on how to register a front controller plugin using Zend Framework 1.8. With ZF 1.8, we can now use the application.ini file and he ... Read more..