zend_layout常用方法
//禁用布局,比如ajax请求
$layout->disableLayout();
?
//启用布局
//改变布局文件,Use?the?layout?script?"alternate.phtml"
$layout->setLayout('alternate');