Skip to content
/ oohtml Public

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

Notifications You must be signed in to change notification settings

afeique/oohtml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages