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

MaltBlue.com: Zend Framework - How To Implement RSS Feeds the Easy Way

Vinu Thomas' Blog: Create a Storage engine for MySQL using PHP

Brian Swan's Blog: Consuming "Dallas" Data with PHP

DZone.com: Zend Application demystified

DevShed: Polymorphism, Design Patterns, and PHP Programming


Community Events









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


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

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