Example #1
0
 public function __construct($alias)
 {
     parent::__construct();
     $this->_alias = $alias;
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->_mApps = new modelApps();
 }
Example #3
0
 public function __construct($lang)
 {
     parent::__construct();
     $this->_lang = $lang;
 }
Example #4
0
 public function __construct()
 {
     parent::__construct();
     //$this->_home = new modelHome;
     $this->language();
 }
Example #5
0
 public function __construct($alias, $currentPage = NULL)
 {
     parent::__construct();
     $this->_alias = $alias;
     $this->_currentPage = $currentPage;
 }