Beispiel #1
0
 public static function getForSelectbox()
 {
     return Author::find()->select(["concat(lastname, ' ', firstname)"])->indexBy('id')->orderBy('lastname, firstname')->asArray()->column();
 }