Published on 2006-04-23 23:12:43
PAJAX is a framework that facilitates the creation of remote PHP objects in JavaScript. It uses AJAX techniques to communicate between JavaScript stub objects that execute in the browser and their counterpart implementation in PHP on the server. The framework is very easy to use and creates all JavaScript stub objects automatically based on a PHP class. It supports both synchronous and asynchronous calls and marshals every data type between PHP and JavaScript, including arrays and classes.
The latest version 0.5.2 fixed remote code injection vulnerability in pajax_call_dispatcher.php, and added path validation during dynamic loading of class file. So if you already used previous versions of PAJAX it's very recommanded to upgrade. PAJAX is released under GNU GPL license and there is some demos online for different kind of calculators using PAJAX simple, Asynchronous and RPN.
Member of the PHP Magazine Network, Copyright (C) 2005-2008 phpmagazine.net All Rights Reserved