草庐IT

authorModel

全部标签

php - 如何在 Eloquent Laravel 中使用名称查找条目?

默认情况下,我们通常通过ID号搜索数据库表中的任何条目。但我找不到如何按名称列搜索任何条目。这是我用于查找条目并将其呈现以供查看的代码Controller:作者classAuthors_ControllerextendsBase_Controller{public$restful=true;publicfunctionget_view($id){$authorModel=Authors::find($id);returnView::make('authors.view')->with('author',$authorModel)->with('title',$authorModel->