Search found 2 matches
- Mon Nov 24, 2008 12:15 pm
- Forum: PHP - Code
- Topic: JSON member access problem
- Replies: 3
- Views: 246
Re: JSON member access problem
yes, it worked. Thanks a lot!
- Fri Nov 21, 2008 2:47 pm
- Forum: PHP - Code
- Topic: JSON member access problem
- Replies: 3
- Views: 246
JSON member access problem
Hi there: I met a really strange problem. Here is the problem: Im using php 5.2's json extension. For example: I have a php variable $php_objects_array, which is an array with Objects I defined myself. More specific, for example: <?php class foo { var id; var value; } ?> and then $php_objs_array...