Hi,

If i've got the following array structure:

$a = array( 
        0 => array( 
                'name'=>'moo',
                'age'=>23
        ),
        1 => array( 
                'name'=>'moo',
                'age'=>23
        ),
        2 => array( 
                'name'=>'moo',
                'age'=>23
        ),
);

What is the best way for me validate $a and all the child array items so that i 
receive the identical array above in my action? 

Cheers,

Jeramy Wenserit (E_mE)
e: [email protected]
w: www.xylesoft.co.uk


_______________________________________________
users mailing list
[email protected]
http://lists.agavi.org/mailman/listinfo/users

Reply via email to