Esempio n. 1
0
 private function postHandling()
 {
     $this->categories = CategoryDB::getCategoryOnSection($this->id);
     $this->products = ProductDB::getThreeRandProductOnSection($this->id);
 }