예제 #1
0
 public function page($page, $listRows = NULL)
 {
     if (!$page) {
         return $this;
     }
     return parent::page($page, $listRows);
 }