Download .zip |
Info | Example | View files (7) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2017-04-18 (23 hours ago) | 68% | Total: 172 This week: 172 | All time: 8,142 This week: 1 |
Version | License | PHP version | Categories | |||
htmlgenerate 1 | GNU Lesser Genera... | 5 | HTML, PHP 5 |
Description | Author | ||||||||
This class can generate HTML from arrays. Recommendations how to convert html to pdf in php using fpdf |
|
# Html Generate ### Installation Include Html class php file as instance a new object: <?php include('html.php'); $html = new Html; ?> ### Usage <?php include('html.php'); $html = new Html; $html->add( array( 'tag' => 'h1', 'text' => 'Hello Word!", ) ); //print html echo $html->getHtml(); ?> ### Author Tony Frezza - frezzatony@gmail.com |
Files |
File | Role | Description |
---|---|---|
example_1_basic_usage | Example | Example 1 Basic Usage |
example_2_multiple_nodes_add | Example | Example 2 Multiple Nodes Add |
example_3_parent_and_child_nodes | Example | Example 3 Parent And Child Nodes |
example_4_adding_child_by_parent_id | Example | Example 4 Adding Child By Parent id |
example_5_css_bootstrap | Example | Example 5 Usage with Css Bootstrap |
html.php | Class | The HTML class |
README.md | Doc. | README.md |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | |||||||||||||||||||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.