Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->perPage = 20;
     $this->perPageOptions = array(20, 50, 100);
     $this->maxPagesToShow = 7;
 }
Esempio n. 2
0
 public function __construct($flash)
 {
     parent::__construct();
     $this->flash = $flash;
 }