public function __contruct($section = null)
 {
     if ($section) {
         $this->section = $section;
         $this->failover = $section;
     }
     $this->CurrentPage = Controller::curr();
     parent::__contruct();
 }
Example #2
0
 function __construct()
 {
     parent::__contruct();
 }