コード例 #1
0
ファイル: control_model.php プロジェクト: ansu2009/web
 function __construct()
 {
     parent::__construct();
 }
コード例 #2
0
ファイル: template_model.php プロジェクト: ansu2009/web
 function __construct()
 {
     parent::__construct();
     $this->load->helper('query_builder');
     $this->load->library('memcache_common', 1, 'wycache');
 }