teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

修正

2017/10/30 12:39

投稿

yoshi7
yoshi7

スコア48

title CHANGED
File without changes
body CHANGED
@@ -17,7 +17,6 @@
17
17
  $this->loadComponent('Paginator');
18
18
  }
19
19
  public function search(){
20
-
21
20
  $query = $this->User->find();
22
21
  $results = $this->paginate($query);
23
22
  }