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