Ejemplo n.º 1
0
 public function update_table($data, $where, $table = 'users', $set = '')
 {
     return parent::update_table($data, $where, $table, $set = '');
 }