function loadAndTouchForumTopic($id = 0)
 {
     $this->touchForumTopic($id);
     $ftTable = new ForumTopicsTable($this->db);
     $ft = $ftTable->getRowObject();
     $ft->load($id);
     return $ft;
 }