Showing 1-3 of 3 items.

Simple Web APIs for your Yii App

Created 12 years ago by shiv shiv, updated 12 years ago by CeBe CeBe. 4 comments

Its very common now-a-days to have Mobile app for web apps. For Mobile apps we need web APIs to fetch data or even post/update on web. We found a very simple method to make such interface. Mobile App can call plain get or post request and receive data back in JSON format. JSON is relatively easy for mobile app to handle while plain standard GET/POST request for easy for Web server to handle. This...

1 2
10
Viewed: 38 246 times
Version: 1.1
Category: How-tos