Beispiel #1
0
 public function getCountVendor($keyword)
 {
     $dao = new DaoVendor();
     return $dao->getCountVendorByKey($keyword);
 }