has anyone had any luck passing objects to the amfphp browser for testing classes? I read a few articles that you need to use valid JSON for passing in....
So I am typing in something like:
{id: 3, category: 'a cat'}
Has anyone been able to do this? The above does not work. I am juts
testing my php classes via the browser before i start to write the
flex portion.....
dnk

