コード例 #1
0
ファイル: base.php プロジェクト: Klemart3D/COPS
 public function InitializeContent()
 {
     $publisher = Publisher::getPublisherById($this->idGet);
     $this->title = $publisher->name;
     list($this->entryArray, $this->totalNumber) = Book::getBooksByPublisher($this->idGet, $this->n);
     $this->idPage = $publisher->getEntryId();
 }