public function getsfSimpleForumForum($con = null)
 {
     if ($this->asfSimpleForumForum === null && $this->forum_id !== null) {
         include_once 'lib/model/om/BasesfSimpleForumForumPeer.php';
         $this->asfSimpleForumForum = sfSimpleForumForumPeer::retrieveByPK($this->forum_id, $con);
     }
     return $this->asfSimpleForumForum;
 }