jf($home) { echo "domtags"; }

DOMtags

DOMtags are a set of dynamically generated HTML DOM tags created through a series of PHP classes. They are meant for keeping backend code clean in large projects that make use of lots of HTML within the PHP, which can cause unnecessary clutter.

DOMtags emerged from an earlier system I used on some of my projects that served the same purpose but was much more primitive. I consider this a full-blown library now and will continue adding more tags and properties as needed.

GitHub Repo