Issue 18: how to creare "$f = array(array ( 'category_ids' => array ( 'eq' => 35) ));" this type of array in flex
Status:  Invalid
Owner: ----
Closed:  Dec 2009
Reported by abidr...@gmail.com, Sep 6, 2009
php array:
$f = array(array ( 'category_ids' => array ( 'eq' => 35) ));



i try to:

var arrParams:Array = new Array();
var arrCats:Array = new Array();
var arrAtts:Array = new Array();
				
arrAtts.push({eq:35});
				
arrCats.push({category_ids:arrAtts});
arrParams.push(arrCats);
Dec 22, 2009
Project Member #1 marc.hug...@gmail.com
You're mixing the concept of JSON with general AS3 arrays.  Unfortunately this issue
lies outside the scope of ObjectHandles.
Status: Invalid