コード例 #1
0
ファイル: actions.class.php プロジェクト: emacsattic/symfony
 public function executeRecent()
 {
     $this->question_pager = QuestionPeer::getRecentPager($this->getRequestParameter('page', 1));
     $this->getResponse()->setTitle('askeet! » recent questions');
 }