yii\db\ActiveQuery Object
(
    [sql] => 
    [on] => 
    [joinWith] => 
    [select] => Array
        (
            [0] => products_id
            [1] => sku
            [2] => main_image
            [3] => product_name
        )

    [selectOption] => 
    [distinct] => 
    [from] => Array
        (
            [0] => kalaty_products
        )

    [groupBy] => 
    [join] => 
    [having] => 
    [union] => 
    [params] => Array
        (
        )

    [queryCacheDuration] => 
    [queryCacheDependency] => 
    [_events:yii\base\Component:private] => Array
        (
        )

    [_eventWildcards:yii\base\Component:private] => Array
        (
        )

    [_behaviors:yii\base\Component:private] => Array
        (
        )

    [where] => Array
        (
            [0] => or
            [1] => Array
                (
                    [0] => or
                    [1] => Array
                        (
                            [0] => and
                            [1] => Array
                                (
                                    [0] => <>
                                    [1] => products_id
                                    [2] => 3621
                                )

                            [2] => Array
                                (
                                    [find_by_weave] => 
                                )

                        )

                    [2] => Array
                        (
                            [color] => IVORY/BEIGE#BROWN#BLACK#MULTI
                        )

                )

            [2] => Array
                (
                    [style] => CONTEMPORARY/MODERN
                )

        )

    [limit] => 
    [offset] => 
    [orderBy] => 
    [indexBy] => 
    [emulateExecution] => 
    [modelClass] => common\models\KalatyProducts
    [with] => 
    [asArray] => 1
    [multiple] => 
    [primaryModel] => 
    [link] => 
    [via] => 
    [inverseOf] => 
)