getLayoutData(); $userId = (string) $this->form->getValue($this->element['name']); $data['options'] = (array) PhocaDownloadUser::usersList($this->name, $this->id, $userId, 1, NULL,'name', 0, 1 ); $activeArray = $userId; if ($userId != '') { $activeArray = explode(',',$userId); } if (!empty($activeArray)) { $data['value'] = $activeArray; } else { $data['value'] = $this->value; } return $this->getRenderer($this->layout)->render($data); } } ?>