Created
June 27, 2014 03:25
-
-
Save augustine-tran/dc0ff64b6380d8ca0cc3 to your computer and use it in GitHub Desktop.
PhalconEye call model method in select box
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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