<?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();
}
?>
2 thoughts on “Lauren gets a new job”
Leave a Reply
You must be logged in to post a comment.
you are a chronic dork. nice code indenting tho!
Uh…
include(‘Parents.php’);
class Mark extends Parents {
//Eastern doesn’t pay enough
Mark() {
return poor;
}
}
Buy me something pretty!