摘要: class RbacController extends Controller { //rbac第二种方法 public function show() { //查询出数据 $data = DB::SELECT("select * from rbac"); //调用方法 $arr = $this->rbac($... 阅读全文
posted @ 2019-06-26 21:27 久醉121 阅读(593) 评论(0) 推荐(0) 编辑
摘要: class RbacController extends Controller { //rbac第一种方法 public function show() { //定义一个空的数组 $arr = []; //查询数据,查询出来是数据形式 $data = DB::SELECT("select * from rbac"); ... 阅读全文
posted @ 2019-06-26 21:23 久醉121 阅读(522) 评论(0) 推荐(0) 编辑