dongleibeng5602 2014-12-10 03:30
浏览 29
已采纳

Laravel - ORM - 呼叫记录

I have a question on which is the better way of doing things.

Controller

public function __construct(User $user)
{
    $this->users = $user;
    ........................
}        

public function index()
{
    $users = array();

    //I did this, cause a user class has been instantiated already in the construct function.
    $users = $this->users->all();  

    //This is what I read on the docs, static method of calling records
    $users = User::all();         
}

The question is which is the laravel way of doing things?

  • 写回答

1条回答 默认 最新

  • dongmi5177 2014-12-10 03:38
    关注

    I would say that $users = User::all() is the more Laravel-esque way.

    I would also question the code in that constructor. You're asking the container to pass in a user (singular) then assigning it to an attribute called $users, plural. Seems a bit dodgy to me!

    By way of example, my controller constructors typically look like this:

    public function __construct(UserRepository $userRepository)
    {
        $this->userRepository = $userRepository;
        ...
    }
    

    My general objective is to keep as little code as possible in the controller and get the repositories and other business objects to do the heavy lifting.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料