首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

php set_include_path include 疑惑,该如何处理

2012-02-27 
phpset_include_pathinclude 疑惑1.假设在 include/目录里有config.php文件2.如果用set_include_path(../

php set_include_path include 疑惑
1.假设在 include/目录里有config.php文件
2.如果用set_include_path('../include')后
3.想再index.php用config的东西只要include('config.php') 就可以了。

疑问:那我在其他页面只需include('config.php'),还是set_include_path('../include')在include('config.php')呢?
他不可以跨页面,或者跨目录吗?


[解决办法]
还得加上:set_include_path('../include'); 前提是其他文件必须和你的index.php文件在同级目录。
[解决办法]
没用过zendframework ,你试试不就知道了。。 可能可以呢。
[解决办法]

探讨

哦好的 谢谢 那zendframework 里也是这样的吗? zf里好像index.php 中include之后 其他就不需要了 像这种写法 load::class 就加载了

热点排行