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

SitePoint Server-Side Coding: A Beginner's Guide to Silverlight with PHP

Chance Garcia's Blog: MAMP PRO, PECL, SSH2, and OSX CLI (AKA acronym madness)

SitePoint PHP Blog: Introducing php-tracer-weaver

PHPMaster.com: Generating Invoices with Zend_Pdf

Fortrabbit.com: Handle your dependencies with PHP composer


Community Events









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


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

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