コード例 #1
0
ファイル: Thread.php プロジェクト: rayku/rayku
 public function getRepliesCount()
 {
     return PostPeer::getCountForThread($this);
 }