by afeique sheikh
This is a small set of classes and helper methods for quickly generating and manipulating HTML within PHP using PHP objects and method chaining.
Requires my error class to be called via include()
or require()
beforehand.
All code herein is under the public domain and may be used freely for any purpose, commercial or otherwise.
- Usage information will be added at a later date.
- Classes are not enclosed in a namespace which may lead to conflicts; user discretion is advised.
- This github repository was created with the express purpose of helping me with versioning control across multiple projects that use the same code.