|
|||
|
Is there any option to have each layout in one dir cofigured in bootstrap file?
Code:
/layouts ../defaultLayout ../one-col-layout Is it possible to set a couple of dir paths where script should look for files? |
|
||||
|
Preferably it would be setup with:
/layouts/default.php /layouts/oneColumn.php Then in the controllers you can do $this->_helper->layout->setLayout('default'); or $this->_helper->layout->setLayout('oneColumn');
__________________
Zend Framework Resources: Zend Webinars | Reference Manual | API Docs | Books | FreeNode: #zftalk Getting Started Tutorials: Getting started with ZF | Getting started with Zend Auth |
![]() |
| Thread Tools | |
| Display Modes | |
|
|