PHP Classes

File: example.php

Recommend this page to a friend!
  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: 16 years ago
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";
?>