Example #1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     self::$ci =& get_instance();
     self::$ci->load->config('events');
     self::$_event_log = config_item('event_log');
     self::_load_modules_events();
 }