$value ) { $this->$key = $value; } } public function getState() { $result = array(); $result['id'] = $this->id; $result['fk'] = $this->fk; return $result; } } class Rel2 extends Rel1 { } ?>