The nature of the call….

  1. <?php
  2. $productivity = 100;
  3. while ( in_array( $productivityKiller, $participants )) {
  4.         $this->Meeting->set( ‘productivity’ , $productivity – - );
  5.         if ( $productivity < 0 ) {
  6.                 $this->setError( ‘Please hang up, and try again.’ );
  7.                 exit;
  8.         }
  9. }
  10. ?>

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

This entry was posted in Uncategorized by Sam. Bookmark the permalink.

2 thoughts on “The nature of the call….

  1. Pingback: simpledream web studio: standards-based web design and development » Archives » Interesting Links for May 13–19, 2007

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>