PHP 到 Objective-C
我有一个 PHP 脚本,它采用 HTML URL 作为输入,并根据返回的 HTML 提供文本作为输出。在 iOS 应用程序中使用此脚本的选项有哪些?
- 将 PHP 脚本转换为 Objective-C
- 将 PHP 脚本托管在服务器上,并使用 HTML URL 作为输入调用 PHP 脚本。
还有其他我错过的选择吗?我假设要求在应用程序中运行 Web 服务器有点太多了:)
我更愿意通过 eLance/oDesk/RentACoder 等执行 (1) - 是否有推荐的网站/公司可以执行此操作?
谢谢
I have a PHP script that takes an HTML URL as input and provides text based on the returned HTML as output. What are my options for using this script within an iOS app.
- Convert the PHP Script to Objective-C
- Host the PHP script on a server and call the PHP script using the HTML URL as input.
Are there any other options I've missed? I'm assuming its a little bit too much to ask to have a Web server running within the app :)
I would prefer to do (1) via eLance/oDesk/RentACoder etc - is there a recommended site/company that would do this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是在实际设备上运行 php 代码的方法,但另一种选择是使用 Ip-Faces 框架。
(这主要是选项 2 的糖果版本)
Ip-Faces 在服务器上运行 php 代码,但使用本机客户端应用程序来呈现 UI,并处理客户端调用事件
This is not a way to run php code on your actual device, but an alternative option could be using the Ip-Faces framework.
(this is mostly a candy-coated version of option 2)
Ip-Faces runs the php code on a server, but uses a native client app to render a UI, and handle client-side call events