Exemple #1
0
 public function getImages()
 {
     return $this->hasMany(Image::className(), ['primaryKey' => 'id'])->andWhere(['model' => self::className()])->orderBy(['position' => SORT_ASC]);
 }