コード例 #1
0
ファイル: AccountCodeSearch.php プロジェクト: prasgema/cap
 public static function find()
 {
     return parent::find()->where([AccountCode::tableName() . '.isdel' => 0]);
 }