示例#1
0
文件: Thread.php 项目: rayku/rayku
 public function getRepliesCount()
 {
     return PostPeer::getCountForThread($this);
 }