Example #1
0
 /**
  * Constructor
  *
  * Setup value for Properties
  */
 public function __construct()
 {
     parent::__construct();
     $this->CI =& get_instance();
     if (!empty($this->CI->layout)) {
         $this->layout = $this->CI->layout;
     }
     if (!empty($this->CI->layout_data)) {
         $this->layout_data = $this->CI->layout_data;
     }
     $this->get_content_type();
 }
 public function __construct()
 {
     parent::__construct();
     $this->_ci_events_paths = array(APPPATH);
     log_message('debug', "MY_Loader Class Initialized");
 }
Example #3
0
 public function __construct()
 {
     parent::__construct();
 }