just a usual Query :)
$topic = DB::table('forum')->select('topic')->get();
return View::make('your.page',array('topic'=>$topic));
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community