Software Archive
Read-only legacy content
17060 ディスカッション

Can i do backend in php ?

wahdat_k_
ビギナー
1,773件の閲覧回数
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 件の賞賛
3 返答(返信)
PaulF_IntelCorp
従業員
1,772件の閲覧回数

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.

wahdat_k_
ビギナー
1,772件の閲覧回数
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
Alex_Hang
新規コントリビューター II
1,772件の閲覧回数
Hello sir, you can find here a Rest Api tutorial: http://www.restapitutorial.com
返信