| This is the Page Class widget based off of the HTMLTagClass object that lives in the http://phphtmllib.sourceforge.net set of HTML building/rendering classes. This class provides a way of rendering a complete and properly formatted entire HTML/XHTML page. With 1 parameter change, it will render all of the HTML tags as XHTML, provided all of the tags are HTMLTagClass objects. It provides easy hooks for adding external css links, external js links, the page title, etc. etc. This class makes rendering complete HTML pages easy in a programmatic way. |