PHP Classes

File: tests/src/js/class.js

Recommend this page to a friend!
  Packages of Thierry Feuzeu   Jaxon   tests/src/js/class.js   Download  
File: tests/src/js/class.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Jaxon
Call PHP classes from JavaScript using AJAX
Author: By
Last change:
Date: 4 months ago
Size: 304 bytes
 

Contents

Class file image Download
JxnSample = { myMethod: function() { return jaxon.request({ type: 'class', name: 'Sample', method: 'myMethod' }, { parameters: arguments }); }, }; JxnTheClass = { theMethod: function() { return jaxon.request({ type: 'class', name: 'TheClass', method: 'theMethod' }, { parameters: arguments }); }, };