| 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)
 
 |