ok thanks, i didnt read everything in the manual ... 

anyways, 

class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
{
    protected function _initRequest()
    {
        ...
        // Ensure the request is stored in the bootstrap registry
        return $request;
    }
}

return is so that "request is stored in the bootstrap registry" so i can do
a $this->getResource('request')?


Jurian Sluiman wrote:
> 
> Op Wednesday 06 May 2009 16:14:30 schreef iceangel89:
>> THANKS!!! ppl here are GREAT!!!
>>
>> just for my understanding ...
>>
>> $this->bootstrap("view");
>>
>> is to? bootstrap view.
>> if i dun have that does it mean view will not be bootstrapped?
> 
> I'm sorry to say, but this is very clear in the manual: 
> http://framework.zend.com/manual/en/zend.application.theory-of-
> operation.html#zend.application.theory-of-operation.bootstrap.dependency-
> tracking
> 
> Regards, Jurian
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Getting-view-from-Bootstrap-%28ZF1.8%29-tp23401867p23408874.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to