Greg MacLellan's Form Object Library Copyright (C) 2003 Greg MacLellan Licenced under LGPL - see lesser.txt Email: greg@gregmaclellan.com This is a form library I started working on a couple of years ago, and it's since turned into a fairly powerful object-based form building library for PHP. TForm is just a simple form class, while TDBForm includes the ability to save/load data in a database, and makes creating edit forms really simple. This is just a first release, I hope to neaten things up eventually. /doc contains phpdoc-style documentation. /examples contains some examples of using the library, and /lib contains the actual library. To use, the "lib/" directory should be in your include path (ie, in "."), and then simply include the files you want to use. They will automatically resolve dependencies. I usually just include everything in the lib/ dir, as then I don't have to worry about it, and the overhead isn't that big anyways. If anyone wants to contribute, please feel free to do so (documentation, examples (!!), fixing code, more elements, whatever).