コード例 #1
0
ファイル: ImageForm.php プロジェクト: phpnt/yii2-cropper
 public function getDeletedPhotos()
 {
     return Photo::find()->where(['deleted' => 1])->all();
 }