예제 #1
0
파일: base.php 프로젝트: Klemart3D/COPS
 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();
 }