P
P
paulvales2016-06-06 14:28:00
JavaScript
paulvales, 2016-06-06 14:28:00

How to make a mobile application from a ready-made CRM using HTML+JS+PHP?

Greetings! self-written crm. Read about jquerymobile and phonegap. What is better to use in my case to create an application for android, and what about PHP, because there are all calls to Mysql, somehow replaced with js?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
C
CodeKeeper, 2016-06-06
@CodeKeeper

what to do with PHP because there are all calls to Mysql

Make a REST API through which the mobile application will communicate.
Read about jquerymobile and phonegap.
It is better to do on native for the PL platform.

A
aol-nnov, 2016-06-06
@aol-nnov

It is necessary to boil the self-written API to the self-written crm.
Then, using this API, write a native application for android.

R
Rou1997, 2016-06-06
@Rou1997

and what about PHP, because there are all calls to Mysql, somehow replaced with js?

Of course, you don’t need to replace it, leave the server with PHP and MySQL on the Internet, and let the application be the client part, like a web interface in a browser.
Phonegap just allows the easiest and fastest way to separate the web interface (HTML & CSS & JS) and "bring" it into the application, the easiest way, apart from the option to insert the "engine" (WebKit) into the application, that is, just open the site in application.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question