Exemplo n.º 1
0
 public static function Update($update_array, $where_obj = null)
 {
     return ESQL::Update(get_called_class(), $update_array, $where_obj);
 }