Login   Register  
PHP Classes
elePHPant
Icontem

File: config/extensions.config.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Stanimir Angeloff  >  NAJAX  >  config/extensions.config.php  >  Download  
File: config/extensions.config.php
Role: Configuration script
Content type: text/plain
Description: NAJAX Extensions Configuration file.
Class: NAJAX
Call PHP class functions from page with Javascript
Author: By
Last change:
Date: 2005-09-18 00:54
Size: 281 bytes
 

Contents

Class file image Download
<?php
/**
 * NAJAX Extensions Configuration file.
 *
 * This file contains the list of the installed
 * extensions.
 * 
 * @author    Stanimir Angeloff
 *
 * @package    NAJAX
 *
 * @version    0.4.0.0
 *
 */

$najaxExtensions = array();

$najaxExtensions[] = 'html';

?>