News Feed
Jobs Feed
Sections




News Archive
Nick Lo's Blog:
RewriteRouter and Zend_Config play together
July 18, 2006 @ 06:07:38

Nick Lo (author of the now infamous Mr Dizzy story on getters/setters in constructors) brings us another new tutorial for working with the Zend Framework, getting the RewriteRouter and Zend_Config to play nicely together.

While getting the hang of the Zend_Controller_RewriteRouter, which is now included in Zend Framework 0.1.5, I was adding the routes in my index.php (bootstrap) file and wondered if there was any way of storing them elsewhere. It is possible to loop over Zend_Controller_RewriteRouter::addRoutes() but the method I will describe here is based on some recent updates to Zend_Controller_RewriteRouter by its author Michael Minicki.

His example shows the creation of some simple routes with this new functionality - creating the route definitions, loading them in, creating the object for them, and passing it into the front controller. It's as simple as that!

2 comments voice your opinion now!
zend framework rewriterouter zend_config tutorial zend framework rewriterouter zend_config tutorial


blog comments powered by Disqus

Similar Posts

Komunitasweb.com: CodeIgniter Tutorial - ORM with DataMapper

Gonzalo Ayuso's Blog: Function decorators in PHP with PHPDoc and Annotations

Developer.com: SQLite: The Sensible Database Solution

Padraic Brady's Blog: Zend Framework Blog App Tutorial - Addendum #2: Revised Design, Date Helper

Community News: Zend Framework \"Preview Release\" Mentioned on Podcast


Community Events











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


language conference phpunit development introduction community interview functional application unittest testing tool code zendframework2 podcast series release example opinion framework

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