Example #1
0
 function __construct()
 {
     parent::__construct();
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
     $this->load->helper('query_builder');
     $this->load->library('memcache_common', 1, 'wycache');
 }