maksyutin / yii2-dual-list-box

dual list box widget for Yii2 framework [PHP]
13 stars 14 forks source link

ActiveRecord instead of array #5

Closed drsdre closed 8 years ago

drsdre commented 9 years ago

Changed data type from array to ActiveRecord object to make it possible to use getters for data_id and data_value. Although array's are more efficient the loss of functionality does warrant to use Activerecord.