如何在zend视图中呈现不同的控制器?

时间:2017-01-02 11:52:19

标签: php zend-framework

如何在zend视图中呈现不同的控制器。在此之前,我使用的是iframe。在iframe中它工作正常

<?php echo $this->partial('contentarea/index.phtml', array(
    'form_id' =>$this->parent1[0] )); ?>

现在我正在使用

<iframe src="/<?php echo FRONT_ROOT_PATH;?>/<?php echo ADMIN_ROOT_PATH;?>/leftmenu" width="100%" frameborder="0"  height="800" style="border:1px solid #e0e0e0;" name="left-area" ></iframe>

<?php echo $this->render('leftmenu/index.phtml'); ?>

现在我用它作为

<?php echo $this->listingdetails; ?>

在leftmenu / index.phtml我有

Lucene

没有iframe它不起作用。请帮帮我

0 个答案:

没有答案