code abstraction != performance gain if you want speed, write your web application in C
you use first because the query will return an array Manufacturer::where( 'name', 'Ford' )->first...
also know that you can chainable it return View::make( 'viewfile', $data ) ->with( 'data', $d...
with this approach View::make('hello', $data); every index in ```$data```` array will be become a v...
The Laravel portal for problem solving, knowledge sharing and community building.
The community