1 Vote Vote

Playing with Zend_Navigation and routes

Posted by tutorialmoz 181 days ago PHP Tutorials
http://www.goodphptutorials.com — I wanted to set up routes in such way that when a user requests a page, all requests for non-existing controllers/modules are directed to a specific controller (not the error controller). In other words, if we have controllers IndexController, FooController and PageController, anything but http://example.com/index and http://example.com/foo is directed to the PageController.

1 Comment Bury
Tags: playing zendnavigation routes All


Who Voted for this Tutorial