0
1.9kviews
AJAX - PHP framework

Mumbai University > Information Technology > Sem 4 > Web Programming

Marks: 5M, 10M

Year: May 2015, Dec 2015

1 Answer
0
10views
  • A PHP Ajax framework is able to deal with database, search data, and build pages or parts of page and publish the page or return data to the XMLHttpRequest object.
  • Quicknet is an Ajax framework that provides secure data transmission, uses PHP on the server side.It is designed to develop web applications or websites that use passwords to identify correct users.
  • Using this framework, no cleartext password would be sent over the network or stored in the server.
  • Quicknet supports multi-language, AJAX call, session and password management,modular structure, XML content and Javascript animation where PHP is used on the server side.

AjaxAC :

  • It is an open source framework written in PHP, used to develop/create/generate AJAX applications.
  • The fundamental idea behind AJAX (Asynchronous Javascript and XML) is to use the XMLHttpRequest object to change a web page state using background HTTP subrequests without reloading the entire page.

Features:

  1. All application code is self contained in a single class (also additional Javascript libraries)
  2. Calling PHP file/HTML page is veryclean. All that is required is creating the application classes, then referencing the application Javascript and attaching any required elements to the application.
  3. Built in functionality for easy handling Javascript events.
  4. Easy to hook in to existing PHP Classes or MySQL database for returning data from subrequests.
Please log in to add an answer.