Hi,

I'm trying to export an array of arrays from a validator (taking an  
array of numerical IDs and exporting an array of records from a  
database).

However, somehow the first element of the array of arrays always seems  
to turn into an empty array. For example, if in my validator I have:

$this->export(array(array('blah'=>'first'), array('blah'=>'second'),  
array('blah'=>'third')));

And then in my action I print out the array, the array with the value  
"first" is shown as empty, by the "second" and "third" arrays show  
fine. Could this be a bug?

Michal.

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

Reply via email to