public function __construct($db, $table = '', $key = '') { parent::__construct($db, 'foo', 'code'); }
function __construct($value1, $value2, $value3) { parent::__construct($value1, $value2); $this->member2 = $value3; }