示例#1
0
 public function __construct($attributes = array(), $guard_attributes = TRUE, $instantiating_via_find = FALSE, $new_record = TRUE)
 {
     parent::__construct($attributes, $guard_attributes, $instantiating_via_find, $new_record);
     $this->CI =& get_instance();
     $this->CI->load->helper('oa');
     $this->CI->load->library('uploader/OrmUploader');
     $this->CI->load->library('JsonBind');
     $this->CI->load->library('Cfg');
 }
示例#2
0
 public function __construct()
 {
     parent::__construct();
 }