Top "Zend-layout" questions

Zend_Layout: Part of the Zend Framework that combines the ideas behind Composite view and Two Step View

How to switch layout files in Zend Framework?

I'm sure it's a simple one-liner, but I can't seem to find it. How can I use a different layout …

php zend-framework layout zend-view zend-layout
Zend - how to disable layout on a given action?

I have the following controller that, among other methods it has this one: class EquipasController extends OccControllerAction { public function listaAction() { $…

zend-framework layout views zend-view zend-layout
Getting basepath from view in zend framework

Case: you're developing a site with Zend Framework and need relative links to the folder the webapp is deployed in. …

php zend-framework zend-view zend-layout
Zend Framework - Set No Layout for Controller

I have a Controller that I want to use for ajax scripts to call and set session variables, get information, …

php zend-framework zend-view zend-controller zend-layout