My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 18: how to creare "$f = array(array ( 'category_ids' => array ( 'eq' => 35) ));" this type of array in flex
1 person starred this issue and may be notified of changes. Back to list
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

Powered by Google Project Hosting