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