PHP Classes

File: framework/rspaconf.inc.php

Recommend this page to a friend!
  Classes of sunish   RSPA   framework/rspaconf.inc.php   Download  
File: framework/rspaconf.inc.php
Role: Configuration script
Content type: text/plain
Description: rspaconf.inc.php
Class: RSPA
Process browser events on the server using AJAX
Author: By
Last change:
Date: 17 years ago
Size: 196 bytes
 

Contents

Class file image Download
<?php

$RSPA
['class_folder'] = "../example/"; //Directory where your class resides with respect to this folder
$RSPA['class_extension'] = ".class.php"; //Extension of your class files

?>