| Active Users: |
47 |
| Accounts: |
0 |
| Guests: |
47 |
|
|
|
|
|
|
|
RewriteRouter and Zend_Config play 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.
| Zend Framework Version: |
0.1.3
|
| Author Name: |
Nick Lo
|
| Source: |
Nick’s Notepad
|
| Referred By: |
Zend Framework Tutorials
|
|
|
|
|
|
|
|
|
|
|
|