I have a class with the following properties:

id:Int;
name:String;
data:Arraycollection;


I want to pass this object to PHP and store it into a database.

however, MySql doesn't support arraycollection data type, so anyone 
know what can I do?

thanks

steve


Reply via email to