コード例 #1
0
ファイル: GoodsController.php プロジェクト: huanghua581/erp
 public function getIndex()
 {
     return View::make('goods.index')->with('goods', Good::orderBy('store')->paginate())->with('count', Good::count());
 }