Procedural File: PRAjax.php
Source Location: /PRAjax.php
Classes:
PRAjax
PRAjax - PHP Reflected Ajax
Page Details:
PRAjax - PHP Reflected Ajax
This package can be used to reflect PHP code into JavaScript and Ajax methods and vice-versa. The following features make this library worth using: - Allows easier Ajax programming with PHP
- PHP functions and objects can be reflected to JavaScript
- PHP objects can be used in JavaScript, both properties and (registered) functions
- PRAjax creates all wrappers for the developer
- Automatic conversion of return values and parameters between PHP and JavaScript
Examples can be found in the examples directory.
Tags:
Includes:
require_once(dirname(__FILE__).'/json.php') [line 24]
|