私はこのコードを使用しています。$ tempなどの変数に値を入れるにはどうすればよいですか?
$this->widget('zii.widgets.jui.CJuiAutoComplete', array(
'name'=>'patientSearch',
'source'=>$arr,
// additional javascript options for the autocomplete plugin
'options'=>array(
'minLength'=>'2',
),
'htmlOptions'=>array(
'style'=>'height:20px;'
),
));
$temp = <value of autocomplete form>;