私はそれが単一行だと確信していますが、私はそれを見つけることができません。Zend Frameworkでレイアウトファイルを切り替える方法は?
特定のアクションに異なるレイアウトファイルを使用するにはどうすればよいですか?
更新:これは私のために働いた、ありがとう!
// Within controller
$this->_helper->_layout->setLayout('other-layout') //other-layout.phtml
//Within view script
<?php $this->layout()->setLayout('other-layout'); ?>
誰かが '_helper_layout'を修正することができますか?' _helper-> layout' – MitMaro
です。ありがとう! – Andrew