News Feed
Jobs Feed
Sections




News Archive
Evan Coury's Blog:
Module-specific layouts in Zend Framework 2
May 11, 2012 @ 08:07:44

Evan Coury has a new Zend Framework 2 related blog post looking at how to use module specific layouts in your application (even though, technically, it's more related to the controller).

There's really no such thing as "module-specific" anything in ZF2, so what we're really talking about is the topmost namespace of the controller being dispatched. So in the case of MyModuleControllerSomeController, the topmost namespace would be MyModle. In most cases, this will be the name of a given module.

He gives a quick piece of sample code showing a "Module" class that attaches an event on the dispatch of its request. Inside this event, he grabs the controller (target) and updates the layout via a call to the "layout" method. This is all handled in the "init" method of the module, so it should "just work" when the module is used.

0 comments voice your opinion now!
module layout zendframework2 controller


blog comments powered by Disqus

Similar Posts

PHP Security Blog: The Suhosin Patch, File Uploads, and Stealth Mode

Kevin Schroeder's Blog: A little more advanced ZF2 EventManager usage

DevShed: Building a Web Page Controller for Simulating the Model-View-Controller Schema in PHP

Tobias Schlitt's Blog: At IPC2k7: WebDAV will come over you...

Rob Allen's Blog: A list of ZF2 Events


Community Events











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


rest testing usergroup unittest database symfony2 zendframework2 framework development series phpunit podcast community release introduction functional conference interview opinion language

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