jsjohnst / php_class_lib
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README | Sun Oct 26 20:16:20 -0700 2008 | |
| |
TODO | Sun Oct 05 21:07:24 -0700 2008 | |
| |
classes/ | Sat Sep 05 16:45:57 -0700 2009 |
README
PHPClassLib is a collection of PHP classes which allow you to augment your development toolbox with new functionality with as minimal inter-dependencies as possible. Included functionality ------------------------ Enum class - provides a PHP implementation of C style enums EnumIterator class - provides an interator to iterate all the members of an Enum type PlistParser class - provides an XML parser to parse Apple OS X plist files

