예제 #1
0
 public function getPosts($max = null)
 {
     return sfSimpleForumPostPeer::getForTopic($this->getId(), $max);
 }