<?php
include('Wife.php');
include('Husband.php');
$currentJob = Wife::getCurrentJob();
$newJob = Wife::getNewJob();
if ($newJob->getWage() > $currentJob->getWage()) {
/**
* Lauren got a new job so Joe gets lots of fun new gadgets
*/
Husband::getNewGadgets();
}
?>
This entry was posted
on Tuesday, March 8th, 2005 at 4:05 am and is filed under personal.
You can follow any responses to this entry through the RSS 2.0 feed.
You can skip to the end and leave a response. Pinging is currently not allowed.
March 8th, 2005 at 1:44 pm
you are a chronic dork. nice code indenting tho!
March 8th, 2005 at 2:44 pm
Uh…
include(’Parents.php’);
class Mark extends Parents {
//Eastern doesn’t pay enough
Mark() {
return poor;
}
}
Buy me something pretty!