Zend Framework: Getting request object in bootstrap
- by scopus
How do I get the request object from inside the bootstrap file?
I can try this methods but not work.
$request= new Zend_Controller_Request_Http();
$reuqest = Zend_Controller_FrontController::getInstance()->getRequest();