Web Developers Question:
Explain the difference between proxied and proxyless calls in AJAX?
Answer:
Proxied calls are made through stub objects that mimic your PHP classes on the JavaScript side in AJAX. E.g., the helloworld class from the Hello World example.
Proxyless calls are made using utility JavaScript functions like HTML_AJAX.replace() and HTML_AJAX.append() in AJAX.
Proxyless calls are made using utility JavaScript functions like HTML_AJAX.replace() and HTML_AJAX.append() in AJAX.
Previous Question | Next Question |
Which is the minimum version of PHP that needs to be running in order to use HTML_AJAX? | Which kinds of applications is best suited for Ajax? |