移动和 Web 应用程序中的 Sencha 和 codeigniter
我正在使用 Sencha 开发应用程序的移动版本,而我小组的另一名成员正在使用 CodeIgniter 开发桌面/PC 版本。这两人有可能合作吗?我正在寻找一种方法让这两个版本共享相同的模型、控制器等,唯一不同的是加载的 CSS。
I am developing a mobile version of an application using Sencha while another member of my group is developing the desktop/pc version using CodeIgniter. Is it possible that these two will work together? I'm looking for a way for these two versions to share the same models, controllers, etc. and the only thing that will be different is the css that is loaded.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是可能的。
只需构建 REST 控制器,将数据返回给 Sencha。
链接:http://net.tutsplus。 com/tutorials/php/working-with-restful-services-in-codeigniter-2/
Yeah it's possible.
Just build REST Controller which returns data to Sencha.
Link: http://net.tutsplus.com/tutorials/php/working-with-restful-services-in-codeigniter-2/