예제 #1
0
파일: FileSearch.php 프로젝트: hdushku/blog
 public static function find()
 {
     return parent::find()->where([File::tableName() . '.isdel' => 0]);
 }