PHP Classes

File: web/script/ajax.php

Recommend this page to a friend!
  Classes of Luke Rotherfield   Nibble PHP Framework   web/script/ajax.php   Download  
File: web/script/ajax.php
Role: Application script
Content type: text/plain
Description: Ajax class call script
Class: Nibble PHP Framework
Web application framework based in plug-ins
Author: By
Last change:
Date: 13 years ago
Size: 173 bytes
 

Contents

Class file image Download
<?php
/*
 * Define application
*/
define('APP', 'ajax');
include
dirname(dirname(dirname(__FILE__))) . '/lib/config/config.php';
$ajax = new Ajax();
echo
$ajax->runAction();