コード例 #1
0
ファイル: actions.class.php プロジェクト: rayku/rayku
 public function executeAutocomplete()
 {
     $this->users = UserPeer::getWithMatchingUsername($this->getRequestParameter('name'), sfConfig::get('app_users_autocomplete_limit'));
 }