尝试在我的本地计算机上开发我们的应用程序,所以我安装了WAMPP。现在我无法让所有文件找到彼此。
在我们的index.php文件中,我们有:
// SET CONFIG
require dirname(__FILE__).'/config.php';
// SET AUTOLOADING
require ("App/Libraries/Callback/Loader.php");
在config.php中,我们有:
// SET ROOT PATH
define('ROOT', realpath(dirname(__FILE__) . '/'));
define('URL_ROOT', $rootConfig['url_root']);
define('DOMAIN', $_SERVER['HTTP_HOST']);
所有内容都位于:C:\ wamp \ www \ callbackstaffing
当我访问localhost / callbackstaffing /
时,App无法正确加载怎么做??!?!
答案 0 :(得分:0)
想出来! APC没有安装......