pivi_vault_system/editor/controllers
Jun Barroga c3002a0782 Initial commit 2024-02-28 15:55:13 +08:00
..
rest Initial commit 2024-02-28 15:55:13 +08:00
README.txt Initial commit 2024-02-28 15:55:13 +08:00
checkbox.php Initial commit 2024-02-28 15:55:13 +08:00
compoundKey.php Initial commit 2024-02-28 15:55:13 +08:00
dates.php Initial commit 2024-02-28 15:55:13 +08:00
datetime.php Initial commit 2024-02-28 15:55:13 +08:00
join.php Initial commit 2024-02-28 15:55:13 +08:00
joinArray.php Initial commit 2024-02-28 15:55:13 +08:00
joinLinkTable.php Initial commit 2024-02-28 15:55:13 +08:00
joinSelf.php Initial commit 2024-02-28 15:55:13 +08:00
jsonId.php Initial commit 2024-02-28 15:55:13 +08:00
searchPanes.php Initial commit 2024-02-28 15:55:13 +08:00
sequence.php Initial commit 2024-02-28 15:55:13 +08:00
sites.php Initial commit 2024-02-28 15:55:13 +08:00
softDelete.php Initial commit 2024-02-28 15:55:13 +08:00
staff-description.php Initial commit 2024-02-28 15:55:13 +08:00
staff-html.php Initial commit 2024-02-28 15:55:13 +08:00
staff-view.php Initial commit 2024-02-28 15:55:13 +08:00
staff.php Initial commit 2024-02-28 15:55:13 +08:00
standalone.php Initial commit 2024-02-28 15:55:13 +08:00
tableOnlyData.php Initial commit 2024-02-28 15:55:13 +08:00
time.php Initial commit 2024-02-28 15:55:13 +08:00
todo.php Initial commit 2024-02-28 15:55:13 +08:00
upload-many.php Initial commit 2024-02-28 15:55:13 +08:00
upload.php Initial commit 2024-02-28 15:55:13 +08:00
users.php Initial commit 2024-02-28 15:55:13 +08:00

README.txt

# Editor PHP example scripts

The files in this directory are the PHP server-side scripts that are used by the
Editor examples with a PHP back-end, making use of the provided PHP libraries in
the Editor package (see the `php` directory at the top level of the Editor
package).

For full information on using the Editor PHP libraries, please refer to the
Editor manual online:
	https://editor.datatables.net/manual/php

If you are interested in using Editor with a server-side environment that does
not have PHP available, please refer to the client / server communication
protocol that Editor uses, for information on how to write server-script scripts
that will operate with Editor:
	https://editor.datatables.net/manual/server