PHP Not Available
PHP Not Available
vncj9i70o4
Posts: 2Questions: 0Answers: 0
I want to implement Editor in an environment where PHP is unavailable. I tried getting it to work without it already, but my skills are not good enough to even determine if it is possible to run it completely locally.
Here is the situation: I'm building an HTA, and I only have access to client-only technologies like Jquery, Bootstrap, and DataTables. My database will just be a JSON file. I though Editor would cover all the functionality I needed to edit the tables, until I saw that PHP was used in EVERY example.
Is it possible to run editor in a client-only mode? If so, how.
Here is the situation: I'm building an HTA, and I only have access to client-only technologies like Jquery, Bootstrap, and DataTables. My database will just be a JSON file. I though Editor would cover all the functionality I needed to edit the tables, until I saw that PHP was used in EVERY example.
Is it possible to run editor in a client-only mode? If so, how.
This discussion has been closed.
Replies
There are two other points:
1. The Editor communication with the server is documented here: https://editor.datatables.net/server/ - allowing Editor to be implemented with any server environment that is desired. (for example Tactical Enterprises have developed a Java backend for Editor: http://jed-datatables.ca/jed/ ).
2. If you want absolutely no server environment at all on your side, but you still want users to share information in the tables, then there needs to be a location the data can all be stored in - using a service such as Firebase is an option and could be directly integrated with Editor using its API.
Allan