id = $row['tag_id']; $this->name = $row['tag_name']; $this->howmany = $row['how_many']; } public function getUrl() { return "/pics/index.php?tag={$this->id}"; } public function getFriendlyUrl() { return $this->getUrl(); } } ?>