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 !
jsjohnst (author)
Sun Oct 05 21:07:24 -0700 2008
commit  ce15f21c93dfbee755d5dc8cf0e4497eb58c6d11
tree    ea58dbcac920fc5edd0bb75160cda254c86e3e2e
parent  de72408e59dd74403aa623ba9616fb8faeef065a
name age message
file README Loading commit data...
file TODO Sun Oct 05 21:07:24 -0700 2008 Adding TODO [jsjohnst]
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