示例#1
0
 public function getManageRecommend()
 {
     return View::make('admin.manage_recommend')->with('recommends', Recommend::all());
 }