예제 #1
0
파일: Postn.php 프로젝트: Anon215/movim
 public function countComments()
 {
     $pd = new \Modl\PostnDAO();
     return $pd->countComments($this->commentorigin, $this->commentnodeid);
 }