コード例 #1
0
ファイル: Photos.php プロジェクト: Romario25/porka
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCatalog()
 {
     return $this->hasOne(PhotoCatalog::className(), ['id' => 'catalog_id']);
 }