private function postHandling() { $this->setSectionAndCategory(); //подгружаем разделы и категории $this->count_comments = CommentDB::getCountOnArticleID($this->id); //кол-во коментариев $this->day_show = ObjectDB::getDay($this->date); $this->month_show = ObjectDB::getMonth($this->date); }
private function postHandling() { $this->setSectionAndCategory(); $this->count_comments = CommentDB::getCountOnArticleID($this->id); $this->day_show = ObjectDB::getDay($this->date); $this->month_show = ObjectDB::getMonth($this->date); }