public static function find_active() { return static::find()->related('child')->where('child.status_flg', '=', 1); }
->related('child', array('join_type' => 'left outer'))->
It looks like you're new here. If you want to get involved, click one of these buttons!