Bootstrap Tbselect2

hi all ,i had tried this to perform autocomplete ,it works on with static data ,but i need to fetch data from db ,what is the way.kindly help me,

Thanks in advance ::)

<?php

                    &#036;this-&gt;widget('bootstrap.widgets.TbSelect2', array(


                    'asDropDownList' =&gt; false,


                    'model' =&gt; &#036;model,


                     'attribute'=&gt;'Name',


                    'options' =&gt; array(


                    'tags' =&gt; array('aaa','bbb'),


                    'placeholder' =&gt; 'Choose Users',


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


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


                    )));	


             ?&gt;