문제

I already have built a web application using php and mysql. Now i am trying to build an Android application to support the web-application. So, basically what i want is my android app should access all the data from the server.

The user basically be able to do CRUD with live data stored on the server. That means i have to expose the data on top of webservices. The data may be array of sales-orders, complete info of an individual saleorder etc. SO can any one suggest me the best way of designing the webservice(rest or soap) and what would be the best way to return the data to be used by android(xml or json or object or array of fully formatted html output).

Thanks in advance.

올바른 솔루션이 없습니다

다른 팁

You need to see Which is the best PHP RESTful API Framework for your project!

enter image description here

there few frameworks that helps to build REST API's for PHP.

Epiphany

Fat Free

Flight

Restler

php-rest-service

More..

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top