ThinkPHP3.2下,BAE中如何使用BaeFetchUrl

浏览:516 发布日期:2014/09/28 分类:求助交流 关键字: Thinkphp3.2 BAE
RT,求大牛解决。在某个Action中调用的。
由于要使用require_once获取BaeFetchUrl.class.php,根据样例使用:<?php
require_once 'app_config.php';
require_once (BAE_API_PATH . '/BaeFetchUrl.class.php'); 
?>
可是在Action中使用了<?php
namespace Home\Action;
use Think\Action;
?>
后就会出现
require_once(): Failed opening required 'app_config.php'
的错误,如何解决?谢谢了!
最佳答案
评论( 相关
后面还有条评论,点击查看>>