surest(尘锋)

Results 3 issues of surest(尘锋)

![image](https://user-images.githubusercontent.com/29169847/71608040-07eae480-2bb9-11ea-8466-770a295bda90.png) ![image](https://user-images.githubusercontent.com/29169847/71608015-e12cae00-2bb8-11ea-8c87-1a8df5f2ccad.png) ![image](https://user-images.githubusercontent.com/29169847/71608022-edb10680-2bb8-11ea-8f46-a51963f37219.png) ![image](https://user-images.githubusercontent.com/29169847/71608106-86478680-2bb9-11ea-87b6-86b50cf1eef3.png) The final result is empty ![image](https://user-images.githubusercontent.com/29169847/71608155-dcb4c500-2bb9-11ea-8f48-99ed3db3b6bc.png)

waiting for feedback

🚀🚀🚀 / prompt 给我写一串代码 🚀🚀🚀 / reply \#include \ int main(){ int a=5; int b=7; int c=a+b; printf("%d + %d = %d",a,b,c); return 0; } 🚀🚀🚀 / prompt 用php写一个递归脚本 🚀🚀🚀...

首先,我的配置文件 ``` // 数据库表前缀 'prefix' => 'd88_', ``` 在使用`hasManyThrough`的过程中 ```return $this->hasManyThrough(Role::class, ModelHasRole::class, 'user_id', 'id', $this->pk);``` ``` .... class ModelHasRole extends BaseModel { public $pk = 'role_id'; protected $table = 'model_has_role';...

ORM