> > My wife knows I spend too much time in here.
> What's a wife?

// Wife class
class Wife extends Human () 
{
  // Constructor
  function Wife () 
  {
    if ($developer->priorities[0] == "usenet")
      die ("Can't create wife: must be higher priority than usenet");
  }
}

HTH
Jon



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to