I have already developed website using codeigniter and it's now in testing phase and as business requirement we need to have a small version with limited feature as mobile app Iphone, Android...etc
I have done small research and i found that one the best practices so far is using RESTFUL webservice in codeigniter so i wont rewrite the code i just add API that handle request from PhoneGAP app
but I mnot sure how i will be able to communicate from phonegap , is it JAVASCRIPT like Node.js or what kind of code supported in PhoneGAP,
Thank you for your suggestions
