예제 #1
0
 public function __construct($alias, $currentPage)
 {
     parent::__construct();
     $this->_alias = $alias;
     $this->_currentPage = $currentPage;
 }
예제 #2
0
 public function __construct($alias)
 {
     parent::__construct();
     $this->_alias = $alias;
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->_home = new modelHome();
     $this->language();
 }