PHP Classes

File: templates/plugins/includes.js.php

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Jaxon   templates/plugins/includes.js.php   Download  
File: templates/plugins/includes.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: Fixed issues in classes documentation.
Date: 4 years ago
Size: 174 bytes
 

Contents

Class file image Download
<?php foreach($this->aUrls as $sUrl): ?>
<script type="text/javascript" src="<?php echo $sUrl ?>" <?php echo $this->sJsOptions ?> charset="UTF-8"></script>
<?php endforeach;