コード例 #1
0
ファイル: actions.class.php プロジェクト: yasirgit/afids
 /**
  * List of pending applications
  */
 public function executeIndex(sfWebRequest $request)
 {
     slot('nav_menu', array('members', 'pending-application'));
     $this->indexFilter($request);
     $this->pager = ApplicationTempPeer::getNonProcessedPager($this->max, $this->page);
     $this->application_temp_list = $this->pager->getResults();
 }