コード例 #1
0
ファイル: actions.class.php プロジェクト: yasirgit/afids
 public function executeAutoNotPassenger()
 {
     $this->keyword = $this->getRequestParameter('person_a');
     $this->persons = PersonPeer::getByNotPassAuto($this->keyword);
 }