渲染Zend_View时,其中的php代码没有执行,我收回了视图的实际文本。 例如:
<?echo 'Hello';?>
我希望输出为
Hello
而是我回来了
<?echo 'Hello';?>
配置: Windows 7上的xampp 1.7.3(php 5.3.1),Zend Framework 1.10.4
注意:
我 DO 有这个问题
1.从命令行运行php时
2.通过netbeans运行phpunit时
我不要有这个问题 1.通过Apache运行php时 2.从命令行运行phpunit时
答案 0 :(得分:1)
查看您在这些情况下使用的php ini中的短标记配置,并查看是否设置了处理.phtml
获取你在命令行上使用的ini使用php --ini