Software Archive
Read-only legacy content
17060 Discussions

Can i do backend in php ?

wahdat_k_
Beginner
1,032 Views
I have completed the front development now designed my app now i want to do have backend server side programming. Can i use php ??
0 Kudos
3 Replies
PaulF_IntelCorp
Employee
1,031 Views

You can use whatever you like for the backend. Your Cordova app (what the XDK creates) does not dictate the backend, they are totally independent. You'll have to create a RESTful API to allow your Cordova app to talk to the backend. The XDK does not provide you with the tools to do backend development.

0 Kudos
wahdat_k_
Beginner
1,031 Views
What is that restful api. How to create these Apis. Please help me and recommend me some tutorials so that i can complete my App Thanks
0 Kudos
Alex_Hang
New Contributor II
1,031 Views
Hello sir, you can find here a Rest Api tutorial: http://www.restapitutorial.com
0 Kudos
Reply