Home >Backend Development >PHP Tutorial > zend_loader 的 loadfile有关问题

zend_loader 的 loadfile有关问题

WBOY
WBOYOriginal
2016-06-13 13:12:591031browse

zend_loader 的 loadfile问题
我需要在.\application\views\scripts\admin\index.phtml文件中引用(require_once) .\application\views\scripts\global文件夹下的aaa.phtml文件。请问代码该怎么写,手册上有说明。但是我按照说明写出来的总是不能实现功能,可能是我路径没写对。



我php.ini中的路径配置是include_path = "D:\php\wamp\www\framework1.1\application\views\scripts\global"

------解决方案--------------------
建议不要这样使用。不符合设计 规范。
如果要实现view包含文件,可以采用
http://blog.csdn.net/mengxiangbaidu/article/details/7584477
四、区域助手(Partial Helper)
或者合理布局达到目的
http://blog.csdn.net/mengxiangbaidu/article/details/7669700

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn