|
|
| Name: |
HTMLPageClass |
| Base name: |
474 |
| Description: |
This is the Page Class widget based off of the HTMLTagClass object that lives in the http://phphtmllib. |
| Related classes: |
widget, hooks |
| Version: |
- |
| PHP version: |
- |
| License: |
Unspecified (ask the author) |
| All time users: |
1134 users |
| All time rank: |
2752 |
| Week users: |
0 users |
| Week rank: |
2294 |
| |
|
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.
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
HTMLPageClass |
??? |
Build and render an entire HTML or XHTML Page. REQUIRES the HTMLTagClass, and various other Tag Classes included in the http://phphtmllib.sourceforge.net package of libraries. |