Esempio n. 1
0
 public static function getMap()
 {
     return ArrayHelper::map(School::findAll(['active' => 1]), 'id', 'name');
 }