Example #1
0
 public function InitializeContent()
 {
     $customId = getURLParam("custom", NULL);
     $this->title = CustomColumn::getAllTitle($customId);
     $this->entryArray = CustomColumn::getAllCustoms($customId);
     $this->idPage = CustomColumn::getAllCustomsId($customId);
 }