Originally posted by mrmufin
class Mufin {
var $sex;
var $age;
var $height;
var $weight;
var $income;
function Mufin($a) {
$this->sex = $a['sex'];
$this->age = $a['age'];
$this->height = $a['height'];
$this->weight = $a['weight'];
$this->income = $a['income'];
}
}
[/B]
class BunkerMaster extends Mufin {
var $Location;
function BunkerMaster ($Blah) {
$this->Location = $Blah['Location'];
}
}
$DaBunkerMaster = new BunkerMaster(array('age'=>29,'sex'=>'M','height'=>'200cm','weight'=>'130 KG','income'=>'do not ask it hurts', 'Location'=>'Europe' ));
[/B]
There ya go. Worked in many countries over the years (France, UK, USA, NL, etc.) and these offices I honnored with my charisma always smelled like gym lockers... Guess most of us are guys... Things change... I work alone anyway