hiya guys,
Its been long i came here to discuss my problems. Hoep everything is same and i am gonna get quick reply :D
Well i have certain static data which i need to display using FastTemplate and then i want to use JSON to sort that data on the client side.
I wish i could do it with simple ajax, but i have to do it using json only as it has to be client side sorting for performance issues. For example i have this array, how do i do it, i am kinda stuck, just a little Hint would do ..
[PHP]$websiteTools=a rray(
0=> array('title'=> 'Browser Plugin',
'desc'=>'descri ption',
'thumb'=>'http://',
'link'=>'http://',
'popular'=>'1',
'timestamp'=>ti me(),
'weight'=>'225k b',
'category'=>'to ols'
),
1=>array('title '=>'XML RSS Feed',
'desc'=>'Descri ption',
'thumb'=>'http://',
'link'=>'http://',
'popular'=>'2',
'timestamp'=>ti me(),
'weight'=>'215k b',
'category'=>'to ols'
)
);[/PHP]
thanks in advance..
regards
Realin !
Its been long i came here to discuss my problems. Hoep everything is same and i am gonna get quick reply :D
Well i have certain static data which i need to display using FastTemplate and then i want to use JSON to sort that data on the client side.
I wish i could do it with simple ajax, but i have to do it using json only as it has to be client side sorting for performance issues. For example i have this array, how do i do it, i am kinda stuck, just a little Hint would do ..
[PHP]$websiteTools=a rray(
0=> array('title'=> 'Browser Plugin',
'desc'=>'descri ption',
'thumb'=>'http://',
'link'=>'http://',
'popular'=>'1',
'timestamp'=>ti me(),
'weight'=>'225k b',
'category'=>'to ols'
),
1=>array('title '=>'XML RSS Feed',
'desc'=>'Descri ption',
'thumb'=>'http://',
'link'=>'http://',
'popular'=>'2',
'timestamp'=>ti me(),
'weight'=>'215k b',
'category'=>'to ols'
)
);[/PHP]
thanks in advance..
regards
Realin !
Comment