-
Notifications
You must be signed in to change notification settings - Fork 13
Webservice
Emil edited this page Dec 9, 2024
·
16 revisions
The webservices are what specifies what functions the Javascript can call within PHP.
When creating a webservice to allow Javascript to call a function in PHP 4 files are necessary to create/edit. These files are:
- db/services.php (edit)
- classes/external/name_of_class.php (create)
- amd/src/repository.js (edit)
- amd/src/JS_file_that_calls_php_function.js (create/edit)