Beispiel #1
0
 function __construct()
 {
     global $app_id;
     parent::__construct();
     $this->table = 'eku';
     $this->fields = array('eku_id', 'pid', 'pname', 'size', 'unit', 'num', 'customer', 'app_id', 'action_label', 'alert_level', 'kuwei', 'datetime', 'doer', 'remark', 'category', 'balance', 'cur_balance');
 }
Beispiel #2
0
 function __construct()
 {
     global $app_id;
     parent::__construct();
     $this->table = 'bug_trace';
     $this->fields = array('bugid', 'poster', 'doer', 'post_time', 'content', 'attached');
 }
Beispiel #3
0
 function __construct()
 {
     global $app_id;
     parent::__construct();
     $this->table = 'user_app';
     $this->app = $app_id;
     $this->fields = array('app_id', 'user_id', 'join_time', 'app');
 }
Beispiel #4
0
 function __construct()
 {
     parent::__construct();
     $this->table = 'user';
     $this->fields = array('email', 'username', 'password', 'post_time', 'update_time', 'level', 'info');
     $this->auth = 'auth';
     $this->login_err = '';
 }
Beispiel #5
0
 function __construct()
 {
     parent::__construct();
 }