Hi What's the most appropriorate way to initialize the view in the boostrap class?
The documenation give two ways:
1.
$this->bootstrap('View');
$view = $this->getResource('View');
2.
$view = new Zend_View();
Which one should be used?
Thanks
Greg
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/The-proper-current-way-to-initialize-View-in-the-bootstrap-tp2075965p2075965.html
Sent from the Zend Framework mailing list archive at Nabble.com.
