コード例 #1
0
ファイル: Productos.php プロジェクト: piwi93/eloferton
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getFotos()
 {
     return $this->hasMany(Fotos::className(), ['idProducto' => 'id']);
 }