Beispiel #1
0
 /**
  * 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();
 }