예제 #1
0
파일: All.php 프로젝트: Aliqhuart/puzzle-wp
 protected function onGet(\Controllers\Request $input)
 {
     $this->data['plants'] = Plant::orderBy('name')->paginate(25, ['*'], 'subpage');
     return parent::onGet($input);
 }