clsJSPHP 0.1 Alpha review

Download
by rbytes.net on

clsJSPHP is a PHP class that allows you to create richer Web applications. It allows a PHP application to send asynchronous and sy

License: LGPL (GNU Lesser General Public License)
File size: 6K
Developer: Artur Heinze
0 stars award from rbytes.net

clsJSPHP is a PHP class that allows you to create richer Web applications.

It allows a PHP application to send asynchronous and synchronous requests to a server without reloading the page.

INSTALLATION

Make a reference to the core javascript in the header of your html document: code:

< script src="[PATH_TO_clsJSPHP.php]?jsphp=[PATH_TO_clsJSPHP.php]" language="JavaScript" >< /script >

and you are ready to start!

USAGE

clsJSPHP doesn't register any php functions that you can call with javascript on the client-side. clsJSPHP request a php-file and handle the returned output.

clsJSPHP 0.1 Alpha keywords