質問編集履歴

1

情報の追加

2017/08/19 13:57

投稿

tarao
tarao

スコア28

test CHANGED
File without changes
test CHANGED
@@ -70,4 +70,14 @@
70
70
 
71
71
  曖昧検索のみで、foreachで回す前にpaginateを使えばきちんとページネーションができるのですが、containしたcategoriesを検索に含める上記のようなやりかたではpaginateは使えないでしょうか?
72
72
 
73
+ エラーは
74
+
75
+ ```ここに言語を入力
76
+
77
+ Call to undefined method App\Model\Entity\Product::alias()
78
+
79
+ ```
80
+
81
+ と出ます。
82
+
73
83
  よろしくお願いします。