Ejemplo n.º 1
0
 public function executePendingPilot(sfWebRequest $request)
 {
     $pilot_id = $request->getParameter('pilot_id');
     $this->processPendingFilter($request);
     $this->pager = MissionLegPeer::getPendingPagerPilot($this->max, $this->page, $pilot_id, $this->wing_id, $this->ident);
     $this->mission_legs = $this->pager->getResults();
     $this->setTemplate('pending');
 }