コード例 #1
0
ファイル: employeelist.php プロジェクト: Niqpue/zippyerp
 public function onContact($sender)
 {
     $text = $sender->getValue();
     return Contact::findArray("fullname", " employee = 0 and customer = 0  and  fullname  like '%{$text}%' ", "fullname", null, 20);
 }