I init a Zend_Layout in my bootstrapper...
- Zend_Layout::startMVC(array('layoutPath' => $_approot.'/views/layouts'));
...
based on some other magick, I set the view script to an alternate scripts
directory...
- Zend_Layout::getMvcInstance()->getView()->setScriptPath($_alternate); //
where alternate = 'views/layouts/lolcatz/'
I noticed that this has had no effect, as my
/views/scripts/index/index.phtml script is still being rendered, when I
expected /layouts/lolcats/index/index.phtml to be rendered ...
I am missing something ... clearly ...
--
View this message in context:
http://www.nabble.com/Zend_Layout---View-scripts%2C-a-bit-of-confusion-tp15207576s16154p15207576.html
Sent from the Zend Framework mailing list archive at Nabble.com.