参考laravel官网文档:https://learnku.com/docs/laravel/5.5/eloquent-relationships/1333
代码上,有大量的left join, 这时候我是想着通过mysql索引和laravel的with预加载来优化
下面给大家看看没用预加载时候的样子 public function list…
MVC模式:M(Model):Encapsulates the application state封装应用程序状态Exposes the application functionality暴露应用程序功能Notifies the View of changes报告视图的变化Responds to state queries (from the View)响应状态的改变V(View)Renders the Model渲染…