Login   Register  
PHP Classes
elePHPant
Icontem

File: shaga.cfg.example

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  >  shaga.cfg.example  >  Download  
File: shaga.cfg.example
Role: Auxiliary data
Content type: text/plain
Description: configuration file exmple
Class: shagaConfigurator
Get application options from configuration files
Author: By
Last change:
Date: 2007-06-28 03:50
Size: 1,003 bytes
 

Contents

Class file image Download
#####################################################
# An example configuration file for shagaConfigurator
#####################################################
#
# The following symbols are not allowed to be used 
# in variable names and it's values:
# '!','@','$','%','^','*','(',')','+','\\','[',']',',','<','>','`','~','|'
# The following symbols are not allowed to be used as 'the first symbol' the start of line:
# '_',':','\'','\"','/','-','?','=','&'
#
# After each line in each section there must be ';' sumbol.That is not matter is that symbol going just 
# after variable's value nor else
# The line starting with '#' or '//' is a comment line
# Comments after value of variable or section header are not recommended


dummy_section{
dummy_var dummy_var_value;
#
}
another_dummy_section{
another_dummy_var yes ;
}
 

global_sec{

global_var plain;

}

big_dummy_sec{
dummy_var_one shaga;
dummy_var_two gb;
}

direct {

redirect http://www.hello.com/barev/mrut.php?mama=im&papa=eli_im   ;
}