Example #1
0
 function _execute($a = NULL)
 {
     parent::_execute($a);
     for ($i = 0; $i < $this->count; $i++) {
         if ($this->samaccountname[$i] == 'Nelyuina_VA') {
             $this->employeeid[$i] = '63533';
         }
     }
 }