Exemplo n.º 1
0
 public static function update()
 {
     for ($i = 0; $i < count($_POST['day_id_arr']); $i++) {
         Day::update($i);
     }
 }