use think\Db; class Test{ public function hello($id) { echo $id . 'hi'; return Db::table('school')->find(); } }