"Sanjay Aggarwal" <[EMAIL PROTECTED]> napisał(a): > I am facing problem with Zend_Controller_Front Class. The snippet of the > code below. There is some problem with dispatch method. When i die the > program before dispatch method then it display the 'check point' message. > Otherwise it trap into the loop and noting get displayed on the screen.
Front controller does not display exceptions by default (as a security measure). I will not give you a solution, just a hint - make it do so ;) PS: It's all in the manual but it should be sufficient to browse through method names. > Sanjay Aggarwal -- Martel Valgoerad aka Michal Minicki | [EMAIL PROTECTED] | http://aie.pl/martel.asc =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= "Idleness is not doing nothing. Idleness is being free to do anything." -- Floyd Dell
