質問編集履歴
1
修正
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
|
}
|