Happy New Year
$year++; foreach ( resolutions( $year - 1 ) as $old_resolution ) { $new_resolution = clone($old_resolution); $new_resolution->year = $year; }
$year++; foreach ( resolutions( $year - 1 ) as $old_resolution ) { $new_resolution = clone($old_resolution); $new_resolution->year = $year; }
January 1st, 2008 at 2:36 pm
Mine is:
$new_resolution = “another_resolution”
$new_resolution = $new_resolution + clone($old_resolution);
$new_resolution ->year = $year;
January 1st, 2008 at 2:57 pm
@Douglas My resolution list is so long from years past that I can’t add any new ones to the list. I’d need a few extra GB of RAM to fit them in memory :)