Пример #1
0
 function __construct()
 {
     parent::__construct();
     $this->db = $this->conn;
     $this->tbl_msg = 'cms_messaging';
     $this->tbl_msg_users = 'cms_messaging_users';
     $this->tbl_msg_reply = 'cms_messaging_reply';
 }
Пример #2
0
 function __construct()
 {
     parent::__construct();
     $this->tbl_groups = "adm_groups";
     $this->tbl_rights = "cms_rights";
     $this->tbl_modules = "cms_module";
     $this->tbl_group_to_modules = "groups_2_cms_module";
 }
 function __construct()
 {
     parent::__construct();
     $this->db = $this->conn;
     $this->tbl_link_category = "cms_link_category";
     $this->tbl_link_category_count = "cms_link_category_count";
     $this->tbl_link_stats = "cms_link_stats";
     $this->tbl_link_count = "cms_link_count";
 }
Пример #4
0
 function __construct($tbl = "")
 {
     parent::__construct();
     $this->tbl = $tbl;
     $this->db = $this->conn;
 }
Пример #5
0
 function __construct()
 {
     parent::__construct();
     $this->db = $this->conn;
 }
 /**
  * Set Table Name Here
  */
 function __construct()
 {
     parent::__construct();
     $this->db = $this->conn;
     $this->tbl_jenis_ekosistem = "m_wa_jenis_ekosistem";
 }
Пример #7
0
 function __construct()
 {
     parent::__construct();
     $this->tbl_visitor_counter = "cms_visitor_counter";
     $this->tbl_visitor_online = "cms_visitor_online";
 }
 /**
  * Set Table Name Here
  */
 function __construct()
 {
     parent::__construct();
     $this->db = $this->conn;
     $this->tbl_kondisi_fisik = "m_wa_kondisi_fisik";
 }
Пример #9
0
 /**
  * Set Table Name Here
  */
 function __construct()
 {
     parent::__construct();
     $this->db = $this->conn;
     $this->tbl_satuan = "m_wa_satuan";
 }
 /**
  * Set Table Name Here
  */
 function __construct()
 {
     parent::__construct();
     $this->db = $this->conn;
     $this->tbl_jenis_dokumen = "m_wa_jenis_document";
 }