glossary_id = $id; $this->name = $name; $this->description = $description; $this->display_order = $display_order; } /** * Show this glossary */ function show() { parent::show(); echo $this->name; } }