Update: So I found and tried to use setAction but as expected it only
works from inside a controller. I really need to just load a
controller and action like the error class does or the dispatcher
does. What code would I use to do that from an app_error file?

I tried variations of:
----------------------------------------
$this->controller =& new Controller();
$this->_set(array('name' => 'listings', 'viewPath' => 'view'));
----------------------------------------
but it was a complete failure.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to