jQTouch 和 Zend 框架
有人使用 Zend Framework 来支持他们的 jQTouch iPhone Web 应用程序吗?看起来 jQTouch 更喜欢将所有“页面”放在一个 html 输出中。
不管怎样,我只是好奇是否有人这样做并且愿意分享他们项目的框架。
谢谢,
约翰
Anyone using Zend Framework to power their jQTouch iPhone Web app? Looks like jQTouch prefers to have all the "pages" on in one html output.
Anyway, I was just curious if anyone was doing that and was willing to share the skeleton of their project.
Thanks,
John
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里没有太多的可能性。如果您希望在一个视图中显示所有输出,您也许应该尝试使用操作助手,所有操作助手都可以生成一个页面并将其输出发送到响应。看看 matthew weierophinney 的文章: http://weierophinney.net/matthew/archives/246-Using-Action-Helpers-To-Implement-Re-Usable-Widgets.html
另一种可能性是看看 jquery mobile 而不是 jqTouch 。
There are not a lot of possibilities here. If you want to have all your output in one view you should perhaps try to use action helpers, all action helper could generate a page and send its output to the response. Take a look at matthew weierophinney's article: http://weierophinney.net/matthew/archives/246-Using-Action-Helpers-To-Implement-Re-Usable-Widgets.html
Another possibility would be to take a look at jquery mobile instead of jqTouch.