Skip to content

Instantly share code, notes, and snippets.

@naneau
Created August 31, 2010 17:01
Show Gist options
  • Save naneau/559341 to your computer and use it in GitHub Desktop.
Save naneau/559341 to your computer and use it in GitHub Desktop.
//error during dispatch (this might be salvageable)
// $request = Abc_Bootstrap::getRequest();
//
// $request->setModuleName('html')
// ->setControllerName('error')
// ->setActionName('error')
// ->setDispatched(false);
//
// $frontController->setRequest($request);
// $frontController->dispatch();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment