<?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(); } ?>
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!