qq_一方通行_10
2019-06-26 20:43
<?php namespace app\index\controller; use app\common\controller\Index as commonIndex; class Index { public function index() { return "this is index Index index"; } public function common() { $common = new commonIndex(); return $common->index(); } } 这是哪出错了为啥显示Class 'app\common\controller\Index' not found
你路径填写错了吧。
快速入门ThinkPHP 5.0--基础篇
58655 学习 · 495 问题
相似问题