public
Description: A collection of PHP classes which anyone can add to their development toolbox
Homepage: http://www.jeremyjohnstone.com
Clone URL: git://github.com/jsjohnst/php_class_lib.git
Click here to lend your support to: php_class_lib and make a donation at www.pledgie.com !
Jonty (author)
Sat Sep 05 08:47:15 -0700 2009
jsjohnst (committer)
Sat Sep 05 16:45:55 -0700 2009
commit  f01a65a8eecb34cb84be4c0a6064e4bb4216958c
tree    432bb90f7c642ac48d61f252a728195eefe7d3fd
parent  8298a9e05ec8f64c378e0d1901de6a98fb403b97
name age message
file README Loading commit data...
file TODO
directory classes/
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