|
|
| Name: |
HTML Document |
| Base name: |
htmldoc |
| Description: |
Buffer the HTML contents of a page before serving |
| Related classes: |
htmldoc, buffer, footer |
| Version: |
0.1 |
| PHP version: |
4.3 |
| License: |
GNU General Public License (GPL) |
| All time users: |
302 users |
| All time rank: |
5683 |
| Week users: |
0 users |
| Week rank: |
2494 |
| |
|
This class can be used to buffer the contents of an HTML page before serving to the browser.
It starts capturing the output of the current script until it exits.
In the end it outputs captured page content in the middle of a page header and footer generated by the class.
The class provides convenience functions to define the HTML that goes in the page header like: Javascript, CSS, RSS feed URLs and other meta tags.
| There are not enough user ratings to display for this class. |
| |
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 |
Example |
Example |
This is the example file. |
HTMLDoc.class.php |
Class |
The core of the class. |
page1.php |
Example |
This comes with the example file to demonstrate embeding. |