Zend Framework: Getting request object in bootstrap
        Posted  
        
            by scopus
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by scopus
        
        
        
        Published on 2010-04-12T14:42:12Z
        Indexed on 
            2010/04/12
            16:12 UTC
        
        
        Read the original article
        Hit count: 265
        
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();
© Stack Overflow or respective owner