PHP Classes

File: templates/callables/function.js.php

Recommend this page to a friend!
  Packages of Thierry Feuzeu   Jaxon   templates/callables/function.js.php   Download  
File: templates/callables/function.js.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Jaxon
Call PHP classes from JavaScript using AJAX
Author: By
Last change:
Date: 4 months ago
Size: 283 bytes
 

Contents

Class file image Download
<?php echo $this->sJsName ?> = function() { return jaxon.request({ type: 'func', name: '<?php
   
echo $this->sName ?>' }, { parameters: arguments<?php
   
foreach($this->aOptions as $sKey => $sValue): ?>, <?php
       
echo $sKey ?>: <?php echo $sValue ?><?php endforeach ?> }); };