シンプルなワンライナーだと思いますが、見つからないようです。
特定のアクションに別のレイアウトファイルを使用するにはどうすればよいですか?
更新:これは私のために働いた、ありがとう!
// Within controller
$this->_helper->_layout->setLayout('other-layout') //other-layout.phtml
//Within view script
<?php $this->layout()->setLayout('other-layout'); ?>