|
|||
|
I have followed the example in the controller quick start. it works as advertized.
When I add my new action called "list" it won't work. I have added a ListController to my controllers and a views/scripts/list/list.phtml along side the index and error stuff. When I use these urls it works: http://localhost/addressbook/ http://localhost/addressbook/index http://localhost/addressbook/index/index When I use these it does not: http://localhost/addressbook/list http://localhost/addressbook/list/index I get redirected to my error.phtml page. Which brings up another question, how do I find out what caused me to go to the error page? I see nothing in the logs. Can I display the error message somehow? Thanks, Tim |
|
||||
|
list/list would goto list controller and list action
__________________
Zym Framework - A Zend Framework extension library w/ demo app SpotSec Blog: http://spotsec.com/blog |
|
|||
|
Quote:
There is a method called Zend_Controller_Front::throwExceptions(). |
|
|||
|
Quote:
Last edited by gikjl : 11-18-2007 at 01:04 PM. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|