http://document.thinkphp.cn/manual_3_2.html#modules
只要在入口文件中增加
define('BIND_MODULE', 'Admin');
就会出错:
:(
无法加载控制器:Index
错误位置
FILE: I:\www\tnowork\Server\ThinkPHP\Library\Think\App.class.php LINE: 92
TRACE
#0 I:\www\tnowork\Server\ThinkPHP\Library\Think\App.class.php(92): E('\xE6\x97\xA0\xE6\xB3\x95\xE5\x8A\xA0\xE8\xBD\xBD\xE6\x8E\xA7...')
#1 I:\www\tnowork\Server\ThinkPHP\Library\Think\App.class.php(193): Think\App::exec()
#2 I:\www\tnowork\Server\ThinkPHP\Library\Think\Think.class.php(120): Think\App::run()
#3 I:\www\tnowork\Server\ThinkPHP\ThinkPHP.php(96): Think\Think::start()
#4 I:\www\tnowork\Server\index.php(30): require('I:\\www\\tnowork\\...')
#5 {main}
ThinkPHP3.2.2 { Fast & Simple OOP PHP fr
最佳答案