donjuedo
0
Q:

yii1 findall as array listData


echo CHtml::activeDropDownList($model, 'category', CHtml::listData(Category::model()->findAll(), 'id', 'name'));

0
$array = CHtml::listData(Trips::model()->findAll(), 'trip_id', 'trip_name');
0

New to Communities?

Join the community