PHP Classes

File: example/about.php

Recommend this page to a friend!
  Classes of Cesar D. Rodas   Auto Ajax   example/about.php   Download  
File: example/about.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: * Fixing bug in php4
Date: 16 years ago
Size: 379 bytes
 

Contents

Class file image Download
<?php
include_once("definition.php"); /* auto-ajax definition */
global $ajax; /* Important, always do this, because this page will be include */
$ajax->destiny("central"); /* the ajax destination of this page */
$ajax->start();//the page start here
?>
AutoAjax was code by Cesar Rodas as the begining of the TNCN web - framework
<?php
$ajax
->end(); //and ends here
?>