PHP Classes

File: README

Recommend this page to a friend!
  Classes of none   Raw AJAX Wrapper   README   Download  
File: README
Role: Documentation
Content type: text/plain
Description: Readme file
Class: Raw AJAX Wrapper
Generate JavaScript to send AJAX requests
Author: By
Last change:
Date: 10 years ago
Size: 645 bytes
 

Contents

Class file image Download
This packege contains: PHPClassJavascript -> "ajax-wrapper" abstract class PHPClassDescribeDatabase -> this is a support class to read data from model Layer (In our example, Propel ORM) PHPClassManageRowData -> This class extends "ajax-wrapper" abstract class and make available its methods. complex-example dir -> small piece of code, organized following MVC pattern, used to create a simple address book with "pure ajax functionality" compared to usual sever call trough $_GET/$_POST array (see: view/insertRow.php and view/editRow.php vs view/deleteRow.php)