Exemple #1
0
 /**
  * Calls parent constructor, then passes off Group from controller instance
  *
  * @access public
  */
 public function __construct()
 {
     parent::__construct();
     $ci = get_instance();
     $this->Group = $ci->Group;
     unset($ci);
 }
 function __construct()
 {
     parent::__construct();
     $this->table_name = 't_ipmbl_dok';
     $this->column_primary = 'dok_ipmbl_id';
     $this->column_order = '';
     $this->column_unique = '';
 }
 function __construct()
 {
     parent::__construct();
     $this->table_name = 'master_ijin';
     $this->column_primary = 'id';
     $this->column_order = 'id ASC';
     $this->column_unique = '';
 }
 function __construct()
 {
     parent::__construct();
     $this->table_name = 'iuiphhk_rencana_alat';
     $this->column_primary = 'ID_RENCANA_ALAT';
     $this->column_order = '';
     $this->column_unique = '';
 }
 function __construct()
 {
     parent::__construct();
     $this->table_name = 'iuiphhk_rencana_produksi';
     $this->column_primary = 'ID_RENCANA_PRODUKSI';
     $this->column_order = '';
     $this->column_unique = '';
 }
 function __construct()
 {
     parent::__construct();
     $this->table_name = 'ijin_lokasi_inti';
     $this->column_primary = 'ID_IJIN_LOKASI_INTI';
     $this->column_order = '';
     $this->column_unique = '';
 }
Exemple #7
0
 function __construct()
 {
     parent::__construct();
     $this->table_name = 'iuiphhk';
     $this->column_primary = 'ID_IUIPHHK';
     $this->column_order = 'ID_IUIPHHK ASC';
     $this->column_unique = '';
 }
 function __construct()
 {
     parent::__construct();
     $this->table_name = 'ijin_prinsip';
     $this->column_primary = 'ID_IJIN_PRINSIP';
     $this->column_order = 'ID_IJIN_PRINSIP';
     $this->column_unique = '';
 }
 function __construct()
 {
     parent::__construct();
     $this->table_name = 'm_pemohon';
     $this->column_primary = 'pemohon_id';
     $this->column_order = 'pemohon_id';
     $this->column_unique = '';
 }
 function __construct()
 {
     parent::__construct();
     $this->table_name = 'master_user';
     $this->column_primary = 'ID_USER';
     $this->column_order = '';
     $this->column_unique = '';
 }
Exemple #11
0
 function __construct()
 {
     parent::__construct();
     $this->table_name = 'trayek';
     $this->column_primary = 'ID_TRAYEK';
     $this->column_order = 'ID_TRAYEK ASC';
     $this->column_unique = '';
 }
 function __construct()
 {
     parent::__construct();
     $this->table_name = 'master_syarat';
     $this->column_primary = 'ID_SYARAT';
     $this->column_order = '';
     $this->column_unique = '';
 }
Exemple #13
0
 function __construct()
 {
     parent::__construct();
     $this->table_name = 'trotoar';
     $this->column_primary = 'ID_TROTOAR';
     $this->column_order = 'ID_TROTOAR DESC';
     $this->column_unique = '';
 }
Exemple #14
0
 function __construct()
 {
     parent::__construct();
     $this->table_name = 'sppl';
     $this->column_primary = 'ID_SPPL';
     $this->column_order = 'ID_SPPL ASC';
     $this->column_unique = '';
 }
 function __construct()
 {
     parent::__construct();
     $this->table_name = 't_apotek_asisten';
     $this->column_primary = 'asisten_id';
     $this->column_order = '';
     $this->column_unique = '';
 }
 function __construct()
 {
     parent::__construct();
     $this->table_name = 't_idam_det';
     $this->column_primary = 'det_idam_id';
     $this->column_order = '';
     $this->column_unique = '';
 }
 function __construct()
 {
     parent::__construct();
     $this->table_name = 'cek_list_sppl';
     $this->column_primary = 'ID_IJIN';
     $this->column_order = '';
     $this->column_unique = '';
 }
 function __construct()
 {
     parent::__construct();
     $this->table_name = 't_iujt_ceklist';
     $this->column_primary = 'iujt_cek_id';
     $this->column_order = '';
     $this->column_unique = '';
 }
Exemple #19
0
 function __construct()
 {
     parent::__construct();
     $this->table_name = 't_iujk';
     $this->column_primary = 'iujk_id';
     $this->column_order = '';
     $this->column_unique = 'iujk_kodepos';
 }
 function __construct()
 {
     parent::__construct();
     $this->table_name = 'ijin_lingkungan_inti';
     $this->column_primary = 'ID_IJIN_LINGKUNGAN_INTI';
     $this->column_order = '';
     $this->column_unique = '';
 }
Exemple #21
0
 function __construct()
 {
     parent::__construct();
     $this->table_name = 'sktr';
     $this->column_primary = 'ID_SKTR';
     $this->column_order = 'ID_SKTR ASC';
     $this->column_unique = '';
 }
Exemple #22
0
 /**
  * Calls the parent constructor then loads any fields defined in the current theme's configuration into the Group::$fields array
  */
 public function __construct()
 {
     parent::__construct();
     $this->ci = get_instance();
     if (file_exists(APPPATH . 'views/themes/' . $this->ci->config->item('theme') . '/config/user_fields.php')) {
         require_once APPPATH . 'views/themes/' . $this->ci->config->item('theme') . '/config/user_fields.php';
         $this->fields = $fields;
     }
     unset($this->ci);
 }
Exemple #23
0
 /**
  * Group Constructor
  * Calls the parent constructor then loads any fields defined in the current theme's configuration into the Group::$fields array
  * @access public
  */
 public function __construct()
 {
     parent::__construct();
     $this->ci = get_instance();
     if (file_exists(APPPATH . 'views/themes/' . $this->ci->config->item('theme') . '/config/group_fields.php')) {
         require_once APPPATH . 'views/themes/' . $this->ci->config->item('theme') . '/config/group_fields.php';
         $this->fields = $fields;
     }
     /*if (file_exists(APPPATH . 'libraries/dropio-php/Dropio/Api.php')){
     			include(APPPATH . 'libraries/dropio-php/Dropio/Api.php');
     			$this->dropio_api_key = $this->ci->config->item('dropio_api_key');
     			try {
     				Dropio_Api::setKey($this->dropio_api_key);
     				$this->dropio = new Dropio_Api();
     				
     			} catch (Dropio_Api_Exception $e) {
     			  	echo "Error:" . $e->getMessage();
     			}
     			//var_dump($this->dropio->instance());
     			//		exit;
     		}*/
     //echo $this->ci->config->item('dropio_api_key');
     unset($this->ci);
 }
Exemple #24
0
 function __construct()
 {
     parent::__construct();
 }
 function __construct()
 {
     parent::__construct();
     $this->_table = 'records';
 }
 function __construct()
 {
     parent::__construct();
     $this->_table = 'lession_attachment';
 }
Exemple #27
0
 function __construct()
 {
     parent::__construct();
     $this->_table = 'language';
 }
 function __construct()
 {
     parent::__construct();
     $this->_table = 'payment_info';
 }
Exemple #29
0
 function __construct()
 {
     parent::__construct();
     $this->_table = 'logs';
 }
 function __construct()
 {
     parent::__construct();
     $this->_table = 'category';
 }