Background:
我正在研究一个网络应用程序, 我计划在不远的将来推出iPhone和Android版本, 我对开发供不同前端使用的API有些疑问。
I Started with This:
我读到
尤其令我兴奋的是,
最重要的建筑变化之一是Twitter.com现在是我们自己的API的客户。它从移动网站、我们的iPhone、iPad、Android应用软件以及第三方应用的每一个应用软件的同一端点获取数据。
上述发言反映了我最希望创造的东西。
Then I Saw This:
我发现 < a href=> http:// net. tutsplus.com/tutorics/php/work- with- restful-services- in-codeigniter-2" rel=“不跟随 norefererr” > this TutsPlus 教程 , 其中谈到如何为 CodeIgniter 建立 REST API。 这很好, 因为我正在用 < a href= > 来开发我在 CodeIgniter 中的应用程序。 http:// Codeigniter.com/wiki/ wiki/ Modular_ Extensions_____ HMVC/" rel= nofolverer> > Modual 扩展插件 - HMVC < /a > 。 我认为它对于我来说是完美的。
我有点迷路了,唯一的东西,就是
And I Want to Know How to Do This:
我该如何把两个辅导课混在一起:
- API-centric application that can be used by a browser application as well as separate mobile applications
- REST API for CodeIgniter (with HMVC modules)
我应:
- Just follow the API-centric tutorial and try to tailor it to my needs?
- Follow the CodeIgniter-specific tutorial and use Phil Sturgeon s advice for how to implement it with HVMC?
- A combination of both?
- Neither?