Skip to content

Instantly share code, notes, and snippets.

@mitchellhislop
Created May 25, 2011 21:49
Show Gist options
  • Save mitchellhislop/992074 to your computer and use it in GitHub Desktop.
Save mitchellhislop/992074 to your computer and use it in GitHub Desktop.
Mitchell's Scaling Method
function scale($isAtScale)
{
if ($isAtScale == false)
{
$task = $this->buy_bigger_server();
}
return $task;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment