示例#1
0
 public function executeTopAnalysts()
 {
     $this->users = sfGuardUserProfileTable::getTopUsersQuery()->limit(10)->execute();
 }