gAjax can be used to execute PHP functions from JavaScript using AJAX calls. It registers PHP functions that may be called from JavaScript. Then it can generate the necessary JavaScript code to call those PHP functions using AJAX. A separate helper class can be used to generate JavaScript code to be executed when the PHP functions are called.
| Tags | Software Development Libraries php classes |
|---|---|
| Licenses | Public Domain |
| Implementation | PHP |