Beispiel #1
0
 /**
  * Define the current page to be shown
  * @param $i An integer representing the page number (start at 0)
  */
 public function setCurrentPage($i)
 {
     parent::set_current_page($i);
 }