Recommend this page to a friend! |
Classes of Alexey Dodonov | Mezon PHP HTML Report Builder | README.md | Download |
|
DownloadMezon HTML report generatorPros and consMezon HTML report generator allows you to create reports in a simple and pretty way. This tool also shortens time wich you spend on coding. This package is a part of Mezon Framework InstallationJust type:
UsageLets start from creating object of the report generator:
And since that moment we can add elements to the head or body:
More complex examplesThis example shows that every call creates new tag (except
Supported tagsFor now you can use following tags:
Inner HTMLIf you need more tags, you can use innerHtml like in the example below:
|