Welcome, Guest. Register Now!
   
Mark Forums Read Mark Forums Read Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-05-2007, 02:39 AM
Junior Member
 
Join Date: Feb 2007
Posts: 26
Default No Route Action

When using the controller, we usually type: http://mysite.
That activates Index Controller and Index Action.

And when we type: http://mysite/index/Find
That activates Index Controller and Find Action.

When we type an Action which is not declared in the controller, Zend will throw an exception. And we usually use __call function to handle it.

So, when we type; http://mysite/index/Bogus, it's automatically redirected to some error page.

My problem: When I type: http://mysite/Bogus, I got an exception.
My question: Anyone can help me how to handle it?
Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-05-2007, 09:53 AM
Junior Member
 
Join Date: Feb 2007
Posts: 26
Default

Hi,
THANKS!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:34 PM.