|
|
| Name: |
PHP2HTML |
| Base name: |
php2html |
| Description: |
Compose HTML documents programmatically |
| Related classes: |
php2html |
| Version: |
- |
| PHP version: |
5.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
398 users |
| All time rank: |
5119 |
| Week users: |
2 users |
| Week rank: |
1632 |
| |
|
This class can be used to compose HTML documents programmatically.
It can add individual tags or with enclosed data to the document being composed.
The class can also detect deprecated tags and add to the generated HTML Javascript code that displays warning messages when the page is loaded.
The added tags and data may be returned as strings or displayed as the current script output.
| 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 |
tag.class.php |
Class |
The class of the script |
Example.php |
Example |
Example of use, generate html code with php |