Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Arthur Tumanyan  >  shagaConfigurator  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: an example file
Class: shagaConfigurator
Get application options from configuration files
Author: By
Last change:
Date: 2007-06-28 03:44
Size: 187 bytes
 

Contents

Class file image Download
<?php
require_once("./shaga_configurator.php");
/* The example file */

$myConfig = new shagaConfigurator();

print_r($myConfig->conf);
echo 
$myConfig->conf['direct']['redirect']."\n";
?>