Changeset 28
- Timestamp:
- 08/30/06 16:34:30 (2 years ago)
- Files:
-
- trunk/examples/Example1.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/examples/Example1.php
r27 r28 1 1 <?php 2 /* 3 * Created on 24.05.20054 * 5 * TODO To change the template for this generated file go to6 * Window - Preferences - Java - Code Style - Code Templates2 /** 3 * First example to show how XJConf has to be used and what it does. 4 * 5 * @author Stephan Schmidt <stephan.schmidt@schlund.de> 6 * @author Frank Kleine <frank.kleine@schlund.de> 7 7 */ 8 8 require_once '../XJConf/XJConfLoader.php'; … … 10 10 'XmlParser' 11 11 ); 12 13 14 12 require 'Color.php'; 15 13 require 'Complex.php'; 16 14 require 'UpperString.php'; 17 18 15 /** 19 * @author sschmidt 16 * First example to show how XJConf has to be used and what it does. 17 * 18 * @package XJConf 19 * @subpackage examples 20 20 */ 21 21 class Example1
