ReflectionException [ -1 ]: Class controller_list does not exist

SYSPATH/classes/request.php [ 817 ]

812         try
813         {
814             /**
815              * 根据反射 实例化请求的类 并执行对应的方法
816              */
817             $class = new ReflectionClass($prefix . $this->controller);
818 
819             if ($class->isAbstract())
820             {
821                 throw new Core_Exception('无法实例化: :controller',
822                         array(':controller' => $prefix . $this->controller));
  1. SYSPATH/classes/request.php [ 817 ] » ReflectionClass->__construct(arguments)

  2. APPPATH/bootstrap.php [ 126 ] » Request->execute()

  3. ROOT_PATH/index.php [ 116 ] » require(arguments)

Environment

error