开发者

Zend View Script Errors

开发者 https://www.devze.com 2023-03-13 12:23 出处:网络
i recently moved my zend framework project to another computer, the project was working perfectly fine, however now almost all the view scr开发者_JS百科ipts generate parse errors. Is ai a configuratio

i recently moved my zend framework project to another computer, the project was working perfectly fine, however now almost all the view scr开发者_JS百科ipts generate parse errors. Is ai a configuration that am missing


At a guess, I'd say you're using short open tags in your views

<?= $foo ?>

and your new server does not have this syntax enabled.

http://www.php.net/manual/en/ini.core.php#ini.short-open-tag

0

精彩评论

暂无评论...
验证码 换一张
取 消