Пример #1
0
 function init()
 {
     $this->pos = 0;
     $st = new LDAP_Student();
     if ($this->ldap_result = $st->search($this->attribs)) {
         //			print_er($this->ldap_result);
         return true;
     }
     return false;
 }