PHP Classes

File: tests/src/first.php

Recommend this page to a friend!
  Packages of Thierry Feuzeu   Jaxon   tests/src/first.php   Download  
File: tests/src/first.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: 128 bytes
 

Contents

Class file image Download
<?php

function my_first_function()
{
   
$xResponse = jaxon()->getResponse();
   
$xResponse->alert('This is a response!!');
}