Answer the question
In order to leave comments, you need to log in
Zend Validate and nested arrays?
I don’t understand how to check nested arrays in Zend, for example:
$input = array(<br>
'roles' => array(<br>
array('name' => 'Test', 'id' => 1),<br>
array('name' => 'Test2', 'id' => 2, 'access' => array('read', 'write'))<br>
),<br>
'name' => 'blabla'<br>
);<br>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question