What web service that work great with Ionic and Code Igniter ?
I tried SOAP but apparently it isn’t compatible with CI 2, ( my server uses CI 2).
Or is there any other solution beside web service for transferring data to server?
Can you not use REST? https://github.com/chriskacerguis/codeigniter-restserver
Thanks i’ll try that