使用的ListData我想打一個下拉列表,可顯示的2個coloumns的毗連2列在警予
CONCAT這裏是我的代碼:
$list = CHtml::listData(Coa::model()->findAllBySql("SELECT id, concat(name,' - ',saldo) as info FROM coa where id_type = 1"),'id','info');
echo CHtml::dropDownList('id_coa','id', $list, array('prompt'=>'choose account','class'=>'form-control'));
並且表由的ID,ID_TYPE,名字和saldo。
我想Concat的名字和saldo, 然後把它在下拉選項
我已經嘗試findAllBySql裏面的代碼,並且它工作得很好 當我把它放在警予,這不是」工作。