我使用 zend 部分助手:
<?php echo $this->partial(include_once('../application/views/layouts/header.phtml'), array('from' => '<div id="logo_page"><img src="../css/images/master1.png"></div>')); ?>
在 header.phtml 中:
<?php echo $this->escape($this->from) ?>
当我尝试使用它时,我有错误:
异常 'Zend_View_Exception' 和消息 'script' 1 ' 在路径中找不到 (Y:/home/local.mekheda/application/modules/blog/views\scripts/;Y:\home\local.mekheda\application/views\scripts /)' 在 Y:\home\local.mekheda\library\Zend\View\Abstract.php:980
为什么它是 1,有什么问题?