Hi, Read this document here just create one model like this
class Books extends Eloquent {}
call in routes or controller
$books = Books::all();
pass to view
return View::make('book_view',array('books'=>$books))
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community