Ionic authentication REST web service using slim f

2019-08-22 17:03发布

问题:

I'm a beginner on the use of the Ionic framework, I'm trying to connect my application with server to get datas, so that I'm using a RESTfull web service developed on the Slim framework(response of request with JSON). The web service is already done, my problem now I don't know how to implement it in my application.

回答1:

I wrote a step by step tutorial just for this use case. You can view it here: http://www.nikola-breznjak.com/blog/ionic/posting-data-from-ionic-app-to-php-server/.

Btw, a similar question has also already been asked here: Ionic app data from html to php server.