public function getViewForUser($user_id)
 {
     return sfSimpleForumTopicViewPeer::retrieveByPk($user_id, $this->getId());
 }