View Single Post
  #2 (permalink)  
Old 04-24-2008, 07:44 PM
Elemental's Avatar
Elemental Elemental is offline
Senior Member
 
Join Date: Jul 2007
Posts: 119
Default

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
Reply With Quote