public function executeUserLatestTopics() { $this->setUserVars(); $this->topics_pager = sfSimpleForumTopicPeer::getForUserPager($this->user->getId(), $this->getRequestParameter('page', 1), sfConfig::get('app_sfSimpleForumPlugin_max_per_page', 10)); $this->feed_title = $this->getUserLatestTopicsFeedTitle(); }