Whselect 2

hey im a new guy here.

im just using whselect2 widget but i dont know how to put my data in this widget.

<?php

$this->widget(‘yiiwheels.widgets.select2.WhSelect2’, array(

‘asDropDownList’ => false,

‘name’ => ‘select2test’,

‘pluginOptions’ => array(

'tags' =&gt; array('2amigos','consulting', 'group', 'rocks'),


'placeholder' =&gt; 'type 2amigos',


'width' =&gt; '40%',


'tokenSeparators' =&gt; array(',', ' ')

)));

?>

where should i change the code so that i can put my data in this widget?