| Active Users: |
58 |
| Accounts: |
0 |
| Guests: |
58 |
|
|
|
|
|
|
|
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.
| Zend Framework Version: |
0.7.0
|
| Author Name: |
Richard Lord
|
| Source: |
Richard Lord Blog
|
| Referred By: |
Zend Framework Tutorials
|
|
|
|
|
|
|
|
|
|
|
|