示例#1
0
 private function getDataForCountry(GWF_Country $country, $ipp, $from)
 {
     $cid = $country->getID();
     $deleted = GWF_User::DELETED;
     return GDO::table('GWF_User')->selectObjects('*', "user_countryid={$cid} AND user_options&0x10000002=0 AND user_options&{$deleted}=0", "user_level DESC ", $ipp, $from);
 }