thinkphp3.2不能使用反射类ReflectionClass?

浏览:1718 发布日期:2015/12/15 分类:求助交流
使用后 报错

提示如下

非法操作:方法名
错误位置
FILE: /Users/Desktop/code/other/thek/code/thek/ThinkPHP/Library/Think/Controller.class.php  LINE: 170
TRACE
#0 /Users/Desktop/code/other/thek/code/thek/ThinkPHP/Library/Think/Controller.class.php(170): E('????????????:no...')
#1 [internal function]: Think\Controller->__call('方法名', '')
#2 /Users/Desktop/code/other/thek/code/thek/ThinkPHP/Library/Think/App.class.php(114): ReflectionMethod->invokeArgs(object(Admin\Controller\RbacController), Array)
#3 /Users/Desktop/code/other/thek/code/thek/ThinkPHP/Library/Think/App.class.php(204): Think\App::exec()
#4 /Users/Desktop/code/other/thek/code/thek/ThinkPHP/Library/Think/Think.class.php(120): Think\App::run()
#5 /Users/Desktop/code/other/thek/code/thek/ThinkPHP/ThinkPHP.php(97): Think\Think::start()
#6 /Users/Desktop/code/other/thek/code/thek/index.php(24): require('/Users/...')
#7 {main}
最佳答案
评论( 相关
后面还有条评论,点击查看>>