Esempio n. 1
0
 public function InitializeContent()
 {
     $serie = Serie::getSerieById($this->idGet);
     $this->title = $serie->name;
     list($this->entryArray, $this->totalNumber) = Book::getBooksBySeries($this->idGet, $this->n);
     $this->idPage = $serie->getEntryId();
 }