Ejemplo n.º 1
0
 public static function update_orders_table($data_array)
 {
     $o = new facility_orders();
     $o->fromArray($data_array);
     $o->save();
     return TRUE;
 }