|
|
|
|
|
|
HowTo: Handle non-existence controllers/actions with Zend Framework (recovered)
Zend Framework has two versions of Routing mechanism: Zend_Controller_Router (the default) and Zend_Controller_RewriteRouter (sparingly documented). You can easily make them call indexController::noRouteAction() on unexistence controllers, but on unexistence actions theyÂ’ll throw you an exception.
| Author: |
Aleksey Zapparov
|
| Zend Framework Version: |
0.6.0
|
Rating: 8.00/10 (1 vote cast)
|
|
|
|
|
|
|
|
|