摘要:
amfphp Client.Error.DeliveryInDoubt错误的原因就是PHP端的代码有错误,无法执行,重新检查PHP服务端代码。 阅读全文
posted @ 2011-10-11 12:30
杀出个黎明
阅读(414)
评论(0)
推荐(0)
摘要:
Flex中的绑定代码: <mx:DataGridColumn headerText="编号" dataField="0" /> <mx:DataGridColumn headerText="密码" dataField="1"/> 0,1是数组中的列,注意是子数组中的列。 PHP中的数组返回格式:$arrexid ( [0] => Array ( [0] => sss [1] => sdf ) [1] => Array ( [0] => sdfd [1] => 阅读全文
posted @ 2011-10-11 12:28
杀出个黎明
阅读(286)
评论(0)
推荐(0)