May 10th, 2007 |
Published in
Uncategorized | 2 Comments
Meeting->set( ‘productivity’ , $productivity - - );
if ( $productivity < 0 ) {
$this->setError( ‘Please hang up, and try again.’ );
exit;
}
}
?>
<?php
$productivity = 100;
while ( in_array( $productivityKiller,
$participants )) {
$this->Meeting->set( ‘productivity’ , $productivity - - );
if ( $productivity < 0 ) {
$this->setError( ‘Please hang up, and try again.’ );
}
}
?>
note that the double dash keeps wanting to become a em-dash and I am not responsible for the smarten of the quotes, for those that want to criticize the code, get a life it’s a joke
May 18th, 2007 at 8:25 pm (#)
Based on a true story, I must add. And one that repeats once every few weeks.
May 19th, 2007 at 4:27 am (#)
[...] Sam’s random musings » The nature of the call….Joke in the form of PHP code block. Based on a true story.(Tags: for:sdevore, for:copilot, collaboration, conference-call, phone, productivity, meeting) [...]