Example #1
0
 function __construct()
 {
     parent::__construct('index');
 }
Example #2
0
 function __construct()
 {
     parent::__construct('error');
 }
Example #3
0
 function __construct()
 {
     parent::__construct('update');
 }
Example #4
0
 function __construct()
 {
     parent::__construct('information');
 }
Example #5
0
 function __construct()
 {
     parent::__construct('contact');
 }
Example #6
0
 function __construct()
 {
     parent::__construct('search');
     $this->resultsPerPage = $this->model->retrieveResultsPerPage();
 }
Example #7
0
 function __construct()
 {
     parent::__construct('faq');
 }
Example #8
0
 function __construct()
 {
     parent::__construct('cache');
 }
Example #9
0
 function __construct()
 {
     parent::__construct('administration');
     $this->resultsPerPage = 5;
 }
Example #10
0
 function __construct()
 {
     parent::__construct('download');
 }
Example #11
0
 function __construct()
 {
     parent::__construct('about');
 }