コード例 #1
0
ファイル: actions.class.php プロジェクト: emacsattic/symfony
 public function executeFrontpage()
 {
     $this->question_pager = QuestionPeer::getFrontPagePager($this->getRequestParameter('page', 1));
 }