|
|
|
|
|
|
Managing 404 errors in the Zend Framework
Early versions of the Zend Framework had a noRoute action that was called when the correct action couldnÂ’t be found. This was a way to deal with some page not found errors. At some point it was dropped - I donÂ’t know when or why because I only started using the Zend Framework recently. ItÂ’s still possible to handle non-existent actions using the __call() method of the controller class. But thereÂ’s no obvious way to deal with all page not found errors in one place, including instances where the controller doesnÂ’t exist.
| Author: |
Richard Lord
|
| Zend Framework Version: |
0.7.0
|
Rating: 10.00/10 (1 vote cast)
|
|
|
|
|
|
|
|
|