コード例 #1
0
ファイル: ProductController.php プロジェクト: refo/purefix
 public function all()
 {
     $grouped = Product::getGroupedByCollection()->toArray();
     return $this->layout(hbs('content/product-list-grouped', $grouped));
 }