PHP Classes

File: templates/plugins/wrapper.js.php

Recommend this page to a friend!
  Classes 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: Improved code generation.
Date: 4 years ago
Size: 191 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 ?>
/* ]]> */
</script>
<?php endif ?>