public function update_table($data, $where, $table = 'users', $set = '') { return parent::update_table($data, $where, $table, $set = ''); }