Ejemplo n.º 1
0
 public function executeAutoNotPassenger()
 {
     $this->keyword = $this->getRequestParameter('person_a');
     $this->persons = PersonPeer::getByNotPassAuto($this->keyword);
 }