Login   Register  
PHP Classes
elePHPant
Icontem

File: myscript.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Cornelius Bolten  >  Lib Script Parser  >  myscript.txt  >  Download  
File: myscript.txt
Role: Auxiliary data
Content type: text/plain
Description: example-config-file
Class: Lib Script Parser
Parse hierarchic configuration files into arrays
Author: By
Last change:
Date: 2004-05-04 03:15
Size: 366 bytes
 

Contents

Class file image Download
section =	{
	name	=	my sectionname
	page	=	{
		id 		=	10
		title 	=	This is my testpage
		css 	=	{
			background-color =	#ffffff
			font =	{
				family	=	{
					default		=	Verdana
					alternative	=	Arial
				}
				size	=	12px
			}
			font.weight = bolder
			color 	=	#000000
			padding =	0px 0px 0px 0px
		}
	}
	page.header	=	this is my header
}