author = 'Larry Ullman'; $this->title = 'PHP for the World Wide Web'; } function getAuthor() {return $this->author;} function getTitle() {return $this->title;} } ?>