function C($name, $method) {
require_once ('/libs/Controller/' . $name . 'Controller.class.php');
哪里错了·
require_once ('/libs/Controller/' . $name . 'Controller.class.php');
哪里错了·
2015-09-11
Fatal error: require_once(): Failed opening required '/libs/Controller/indexController.class.php' (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\william123\MVC\function.php on line 3
2015-09-11