PHP Classes

File: templates/plugins/includes.js.php

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Jaxon   ???   Download  
File: templates/plugins/???
Role: Example script
Content typex: text/plain
Description: Example script
Class: Jaxon
Call PHP classes from JavaScript using AJAX
Author: By
Last change: Merge commit 'ad2bbee761f90bd5be9ed7cafe1099856dc7827b' as 'jaxon-core'
Date: 22 days ago
Size: 149 bytes
 

Contents

Class file image Download
<?php foreach($this->aUrls as $sUrl):
$this->include('jaxon::plugins/include.js', ['sUrl' => $sUrl, 'sJsOptions' => $this->sJsOptions]);
endforeach;