Changeset 93
- Timestamp:
- 01/18/07 00:33:06 (2 years ago)
- Files:
-
- trunk/experiments/people/mikey/star/StarArchive.php (modified) (2 diffs)
- trunk/experiments/people/mikey/star/StarLoader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/experiments/people/mikey/star/StarArchive.php
r86 r93 2 2 /** 3 3 * Class for creating star archives. 4 * 5 * This class contains code from skeleton/lang/archive/Archive.class.php 6 * of the XP-framework, written by Timm Friebe and Alex Kiesel. 4 7 * 5 8 * @author Frank Kleine <mikey@stubbles.net> … … 8 11 /** 9 12 * Class for creating star archives. 13 * 14 * This class contains code from skeleton/lang/archive/Archive.class.php 15 * of the XP-framework, written by Timm Friebe and Alex Kiesel. 10 16 * 11 17 * @package star trunk/experiments/people/mikey/star/StarLoader.php
r86 r93 2 2 /** 3 3 * Class for reading classes from star archives via stream wrapper. 4 * 5 * This class contains code from lang.base.php of the XP-framework, 6 * written by Timm Friebe and Alex Kiesel. 4 7 * 5 8 * @author Frank Kleine <mikey@stubbles.net> … … 7 10 */ 8 11 /** 9 * Class for reading classes from star archives via stream wrapper. 12 * Class for reading classes from star archives via stream wrapper, 13 * written by Timm Friebe and Alex Kiesel. 14 * 15 * This class contains code from lang.base.php of the XP-framework. 10 16 * 11 17 * @package star
