Ejemplo n.º 1
0
 /**
  * Main constructor
  */
 public function __construct()
 {
     parent::__construct();
     // Vendor styles
     $this->styles_vendor = array('bootstrap/dist/css/bootstrap.min.css');
     // Site styles
     $this->styles = array();
     // Vendor scripts
     $this->scripts_vendor = array('jquery/dist/jquery.min.js', 'bootstrap/dist/js/bootstrap.min.js');
     // Site scripts
     $this->scripts = array();
     // Include Application/Language/LANGUAGE_CODE/index.php file
     $this->language->load('index');
     // Include Application/Language/LANGUAGE_CODE/second.php file
     $this->language->load('second');
 }
Ejemplo n.º 2
0
 public function __construct($useSameNameModel = false)
 {
     parent::__construct($useSameNameModel);
 }
Ejemplo n.º 3
0
 /**
  * Main constructor
  */
 public function __construct()
 {
     parent::__construct();
 }