Matthew Weier O'Phinney-3 wrote:
> 
> You're likely looking for Zend_Layout::getMvcInstance(), not startMvc().
> 

hmm then how do i get the view object? i am actually trying to add 

$view->navigation($nav);

to the view so i can breadcrumbs. is this the right thing to do?


Matthew Weier O'Phinney-3 wrote:
> 
> The question I have for you is: where are you trying to get the view?
> Within another bootstrap resource (method or plugin)? Within a front
> controller plugin? within your action controller? The answer to that
> question will dictate how you access the view object.
> 

in the Bootstrap.php class for my application

// application/Bootstrap.php
class Bootstrap extends Zend_Application_Bootstrap_Bootstrap ...

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

Reply via email to