Zend AMF + Zend 网站
我将在 Adobe Air 中开发一个前端网站和一个后端。 所以我想要一个 Zend_amf 来与 Air 通信 以及我网站的常规 zend Web 应用程序。
有谁知道我是否可以在一个 Zend 框架安装中完成此操作? 我无法添加任何子域或任何内容,因此我认为我无法让 2 个安装正常工作。 或者我在这里遗漏了什么?
提前致谢
I will be developing a front-end website and a back-end in Adobe Air.
So I would like to have a Zend_amf to communicate to Air
And a regular zend web application for my website.
Does anyone know if I could do this in one Zend framework installation?
I can't add any subdomains or anything so I don't think I can get 2 installations to work.
Or am I missing something here?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不需要两次安装。只需为 AMF 提供一个网关点即可连接到驻留在您的 ZF 应用程序中的网关点。
You don't need two installations. Simply provide a gateway point for AMF to connect to that resides in your ZF application.