Debug: Array
(
    [0] => product Object
        (
            [id] => 2
            [name] => Domaine du soleil
            [description] => très très bon
            [price] => 8.00
        )

    [1] => product Object
        (
            [id] => 4
            [name] => Domaine du soleil
            [description] => très très bon
            [price] => 8.00
        )

    [2] => product Object
        (
            [id] => 10
            [name] => Domaine du soleil
            [description] => très très bon
            [price] => 8.00
        )

    [3] => product Object
        (
            [id] => 12
            [name] => Domaine du soleil
            [description] => très très bon
            [price] => 8.00
        )

    [4] => product Object
        (
            [id] => 14
            [name] => Domaine du soleil
            [description] => très très bon
            [price] => 8.00
        )

    [5] => product Object
        (
            [id] => 18
            [name] => Domaine du soleil
            [description] => très très bon
            [price] => 8.00
        )

    [6] => product Object
        (
            [id] => 1
            [name] => Chateau Moulin à vin
            [description] => très bon
            [price] => 25.00
        )

    [7] => product Object
        (
            [id] => 3
            [name] => Chateau Moulin à vin
            [description] => très bon
            [price] => 25.00
        )

    [8] => product Object
        (
            [id] => 9
            [name] => Chateau Moulin à vin
            [description] => très bon
            [price] => 25.00
        )

    [9] => product Object
        (
            [id] => 11
            [name] => Chateau Moulin à vin
            [description] => très bon
            [price] => 25.00
        )

    [10] => product Object
        (
            [id] => 13
            [name] => Chateau Moulin à vin
            [description] => très bon
            [price] => 25.00
        )

    [11] => product Object
        (
            [id] => 17
            [name] => Chateau Moulin à vin
            [description] => très bon
            [price] => 25.00
        )

    [12] => product Object
        (
            [id] => 6
            [name] => Parisian style
            [description] => very nice
            [price] => 100.00
        )

    [13] => product Object
        (
            [id] => 8
            [name] => Parisian style
            [description] => very nice
            [price] => 100.00
        )

    [14] => product Object
        (
            [id] => 16
            [name] => Parisian style
            [description] => very nice
            [price] => 100.00
        )

    [15] => product Object
        (
            [id] => 5
            [name] => Hawai style
            [description] => great
            [price] => 250.00
        )

    [16] => product Object
        (
            [id] => 7
            [name] => Hawai style
            [description] => great
            [price] => 250.00
        )

    [17] => product Object
        (
            [id] => 15
            [name] => Hawai style
            [description] => great
            [price] => 250.00
        )

)