Hello

i have an array,returned from a view, similar to this:

Array(
        [Customer] => Array(
                [Name] => XXX
                [Surname] => YYY
        )
        [Orders_Customer] => Array(
                [0] => Array(
                        [Code] => 0000
                )
                [1] => Array(
                        [Code] => 0001
                )
        [Adresses_Customer] => Array(
                [0] => Array(
                        [State] => ???
                        [City] => ???
                )
                [1] => Array(
                        [State] => ???
                        [City] => ???
                )
        )
)

is there any way to validate the Customer subarray, then
Orders_Customer subarray, and last Adresses_Customer subarray?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to