Пример #1
0
 public function countComments()
 {
     $pd = new \Modl\PostnDAO();
     return $pd->countComments($this->commentorigin, $this->commentnodeid);
 }