PHP Classes

File: example/definition.php

Recommend this page to a friend!
  Classes of Cesar D. Rodas   Auto Ajax   example/definition.php   Download  
File: example/definition.php
Role: Example script
Content type: text/plain
Description: Example
Class: Auto Ajax
Update page parts with AJAX when links are clicked
Author: By
Last change:
Date: 16 years ago
Size: 133 bytes
 

Contents

Class file image Download
<?php
require "../autoajax.php";
$ajax = new autoajax("..");
$ajax->mainpage = "index.php"; /* ajax default main template */

?>