Skip to content

Instantly share code, notes, and snippets.

@NeilHanlon
Created November 26, 2012 22:55
Show Gist options
  • Save NeilHanlon/4151208 to your computer and use it in GitHub Desktop.
Save NeilHanlon/4151208 to your computer and use it in GitHub Desktop.
Loop Counter (http://imgur.com/gallery/SZb4B) PATCH aeb548a
....
for($i=0;$i<count($peopleToBlame->count());$i++){
if($peopleToBlame->canBlame()){
continue;
} elseif($i>5) {
$person::fire();
}
}
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment