コード例 #1
0
ファイル: template_model.php プロジェクト: caina/pando
 public function __construct()
 {
     parent::__construct();
     $this->Template = new Template_class();
     $this->Version = new Version();
     $this->verify_tables();
 }
コード例 #2
0
ファイル: meet_model.php プロジェクト: caina/pando
 public function __construct()
 {
     parent::__construct();
     $this->get_params();
 }
コード例 #3
0
ファイル: financeiro_model.php プロジェクト: caina/pando
 public function __construct()
 {
     parent::__construct();
     $this->ci =& get_instance();
     $this->ci->load->model("user_model");
 }
コード例 #4
0
ファイル: ad_version_model.php プロジェクト: caina/pando
 public function __construct()
 {
     parent::__construct();
 }
コード例 #5
0
ファイル: module_model.php プロジェクト: caina/pando
 public function __construct()
 {
     parent::__construct();
     $this->table_name = "module";
     $this->ci =& get_instance();
 }
コード例 #6
0
 public function __construct()
 {
     parent::__construct();
     $this->table_name = "snippet";
 }