Я все еще не уверен, что вы пытаетесь сделать, но, возможно, этот код, который я использую, поможет.
// setup the info column into the placeholder
$this->placeholder('rightcol')
->set($this->render('index/view_infoCol.phtml'));
// later in the layout template
echo $this->placeholder('rightcol');