laravel getting DB data for next DB request

后端 未结 0 989
春和景丽
春和景丽 2020-12-22 06:12
public function show(\\App\\Models\\Person $person){
    $casts = DB::table(\'casts\')->where(\'person\', \'=\', $person->id)->get();
    for($i=0;$i

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题