afeique / oohtml

a simple set of classes for representing HTML in PHP using PHP objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oohtml

by afeique sheikh

description

This is a small set of classes and helper methods for quickly generating and manipulating HTML within PHP using PHP objects and method chaining.

dependencies

Requires my error class to be called via include() or require() beforehand.

license

All code herein is under the public domain and may be used freely for any purpose, commercial or otherwise.

comments

  • 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.

About

a simple set of classes for representing HTML in PHP using PHP objects


Languages

Language:PHP 100.0%