It will be bootstrapped eventually. It's just that, if I'm not mistaken, bootstrap methods (in this example, _initNavigation()) are called first before resource plugins (the View resource plugin). But _initNavigation() is dependent on View, so it has to be explicitly bootstrapped by _initNavigation().
-- Mon On Wed, May 6, 2009 at 10:14 PM, iceangel89 <[email protected]> wrote: > > 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? > > -- > View this message in context: > http://www.nabble.com/Getting-view-from-Bootstrap-%28ZF1.8%29-tp23401867p23407562.html > Sent from the Zend Framework mailing list archive at Nabble.com. > >
