News Feed
Jobs Feed
Sections




News Archive
Simon Jones' Blog:
Admin sub-modules in Zend Framework
June 15, 2010 @ 13:47:07

Simon Jones has pot together a new post for the Zend Framework users out there wanting to add sub-modules to their application.

I quite frequently find myself wanting some form of sub-modules, usually in admin systems where one "admin" module just doesn't cut it for larger sites. Without modules we're stuck with an AdminController.php which obviously gets very messy, very quickly. With modules, we can have an "admin" module with as many controllers as we wish. This is fine, until a site needs to manage lots of discrete elements.

His solution was a bit of a "hijack" of the boostrap resource for the "admin" requests that would allow him to dynamically add modules thanks to some simple mapping. You can download his example here.

0 comments voice your opinion now!
admin submodule zendframework tutorial


blog comments powered by Disqus

Similar Posts

Bas de Nooijer's Blog: Controlling Varnish ESI inside your application

Code2Learn.com: Generating CSV file using CodeIgniter Framework

DevShed: Using Static Methods to Build Loader Apps in PHP

PHPit.net: PHP5 Class Basics, Part 1

php|architect: An overview of the CakePHP framework


Community Events









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


podcast opinion example language introduction zendframework2 functional development unittest tool release code interview api event framework community composer object testing

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