예제 #1
0
파일: Thread.php 프로젝트: rayku/rayku
 public function getRepliesCount()
 {
     return PostPeer::getCountForThread($this);
 }