Esempio n. 1
0
 function __construct()
 {
   parent::__construct();
   $this->config->load('facebook');
   $this->load->helper('iltsfrontend');
   $this->load->helper('language');
 }
Esempio n. 2
0
 /**
  * 
  */
 function __construct() {
   parent::__construct();
   $this->load->model('Tags_model');
   $this->load->model('Loved_model');
   $this->load->helper('language');
   log_message("info", __METHOD__." init OK");
   
 }
Esempio n. 3
0
 /**
  * 
  */
 function __construct() {
   parent::__construct();
   $this->config->load('facebook');
   $this->load->helper('iltsfrontend');
   $this->load->helper('language');
   $this->load->model('Tags_model');
   $this->load->model('Loved_model');
   log_message("info", __METHOD__." init OK");
 }