News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
Module specific bootstrapping in ZF2
March 08, 2012 @ 10:04:20

Rob Allen has a new post to his blog today looking at bootstrapping specific modules in a Zend Framework 2-based application without having to do the entire set.

Following on from the discussion on modules, we can hook into the event system to do module specific bootstrapping. By this, I mean, if you have some code that you want to run only if the action to be called is within this module, you can hook into the Application's dispatch event to achieve this.

He starts with an example of a basic module (Simple/Module.php) and shows how to define an "onBootstrap" method that calls the "onDispatch" method (when hooked to the event manager) to do some module-specific bootstrap operations. The RouteMatch feature is used to ensure that you're in the right controller/namespace combo to use the module.

0 comments voice your opinion now!
module bootstrap zendframework2 tutorial specific router dispatch


blog comments powered by Disqus

Similar Posts

Matthew Weier O'Phinney: Zend Server, ZF2, and Page Caching

ThinkPHP Blog: Practical Testing PHP Applications with Selenium

Hari KT's Blog: Is there a design flaw for the Components or Packages made by Symfony2 and ZF2

PHPBuilder.com: A Twist In Namespaces

DevShed: Databases and PHP


Community Events











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


functional opinion interview tool conference development community release podcast code framework object language zendframework2 composer database example introduction testing series

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