Exemplo n.º 1
0
 public function set_task_type($id, $new_type)
 {
     return parent::Update("task_task", array("id_type" => $new_type), " id_task LIKE {$id}");
 }