php - How to change layout for a single action? -


i have action , don't want use usual layout it. can indicate in action want use different layout default one? how can it?

check out zend documentation layouts.

change layout:

$this->_helper->layout->setlayout('foobaz'); 

disable layout:

$this->_helper->layout->disablelayout(); 

Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -