Login   Register  
PHP Classes
elePHPant
Icontem

File: Examples/configs/config.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of jstar88  >  XML Manager  >  Examples/configs/config.xml  >  Download  
File: Examples/configs/config.xml
Role: Auxiliary data
Content type: text/plain
Description: a configuration file
Class: XML Manager
Store and retrieve configuration options in XML
Author: By
Last change:
Date: 2012-09-26 04:18
Size: 273 bytes
 

Contents

Class file image Download
<?xml version="1.0"?>
<configurations>
	<config>
		<name>version</name>
		<value>99</value>
	</config>
	<config>
		<name>game_speed</name>
		<value>2500</value>
	</config>
	<config>
		<name>fleet_speed</name>
		<value>2500</value>
	</config>
</configurations>