Example #1
0
 public function InitializeContent()
 {
     $customId = getURLParam("custom", NULL);
     $custom = CustomColumn::createCustom($customId, $this->idGet);
     $this->idPage = $custom->getEntryId();
     $this->title = $custom->value;
     list($this->entryArray, $this->totalNumber) = Book::getBooksByCustom($custom, $this->idGet, $this->n);
 }