PHP Classes

File: templates/plugins/wrapper.js.php

Recommend this page to a friend!
  Packages of Thierry Feuzeu   Jaxon   templates/plugins/wrapper.js.php   Download  
File: templates/plugins/wrapper.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: More improvments in the js code generation.
Merge commit 'ad2bbee761f90bd5be9ed7cafe1099856dc7827b' as 'jaxon-core'
Date: 4 months ago
Size: 197 bytes
 

Contents

Class file image Download
<?php if(($this->sScript)): ?>
<script type="text/javascript" <?php echo $this->sJsOptions ?> charset="UTF-8">
/* <![CDATA[ */
<?php echo $this->sScript, "\n" ?>
/* ]]> */
</script>
<?php endif ?>