使用 flash builder 4.5 作为远程对象的 php 向导
我对 Flex\AS3 还很陌生 我正在使用 flash builder 4.5 for php,并尝试通过远程对象连接到我的数据库。 我按照此处列出的 adobe 说明进行操作: http://help.adobe.com/en_US/flex/accessingdata/WSbde04e3d3e6474c4-668f02f4120d422cf08-7ffe.html#WSbde04e3d3e6474c4-668f02f4120d422cf08-7ffa
我创建了php服务,并成功完成向导。 我已经使用测试工具测试了我的服务,它确实返回了我的结果。
我的问题是,flash builder 似乎根本没有创建服务的文件(super+base)。例如,当我将服务拖到下拉组件中时,我收到一条错误消息,指出找不到服务组件。
有谁知道这个问题会发生吗?如果服务类不存在,测试工具如何工作?
提前致谢, 拉维德
I'm fairly new to Flex\AS3
I'm using flash builder 4.5 for php and I'm trying to connect to my DB via remote objects.
I'm following adobes instructions as listed here:
http://help.adobe.com/en_US/flex/accessingdata/WSbde04e3d3e6474c4-668f02f4120d422cf08-7ffe.html#WSbde04e3d3e6474c4-668f02f4120d422cf08-7ffa
I've created the php service, and successfully finished the wizard.
I've tested my service with the Test tool and it is indeed returning my results.
My problem is that it seems that flash builder didn't create the service's files(super+base) at all. For example, when I drag the service into a dropdown component I get an error saying that the service component can't be found.
Does anyone know this issue happens? how can the test tool work if the service classes don't exist?
Thanks in advance,
Ravid
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题是我在使用向导之前没有签出文件,因此 Flash Builder 对文件没有写权限,因此没有创建必要的文件。
一旦他拥有写入权限 - 一切都工作正常
The problem was that I didn't checkout the files before using the wizard so flash builder didn't have write permissions on the files and therefore didn't create the necessary files.
once he had the write permissions - everything worked just fine