Skip to content

Instantly share code, notes, and snippets.

@augustine-tran
Created June 27, 2014 03:25
Show Gist options
  • Save augustine-tran/dc0ff64b6380d8ca0cc3 to your computer and use it in GitHub Desktop.
Save augustine-tran/dc0ff64b6380d8ca0cc3 to your computer and use it in GitHub Desktop.
PhalconEye call model method in select box
$arrUsers = $this->di->get('sourcing')->pyramidRepository()->getTeamUsers(0);
$form = new CoreForm();
$form->addSelect('users[]', 'Users', null, $arrUsers, null, ['using' => ['id', '__getFullName']], ['data-widget'=>"dualListBox", 'multiple'=> 'true']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment