summaryrefslogtreecommitdiff
path: root/example.php
AgeCommit message (Collapse)Author
2018-11-25Fix coding styleTitouan Galopin
2014-06-12Wrong namespace slashAsmir Mustafic
2014-06-11Update examplesJacob Floyd
Removes the static methods left over in the example.php file and adds ``use Masterminds\HTML5;`` statements in the examples. Also, added cognifloyd to CREDITS file.
2014-06-04Refactored HTML5 class (no more static methods) and explicit errorAsmir Mustafic
handling
2013-05-15Updated the README and example.php to the new html5 base api changes.Matt Farina
2013-05-15Updated main HTML5 class.Matt Butcher
It now uses the real library, and matches the DOMDocument interface.
2013-04-04Serializing now roughly follows 8.9 of the spec.Matt Butcher
There are some namespace issues left to solve, but otherwise it works.
2013-04-03Improved serialization.Matt Butcher
2013-04-03Updated example to have better HTML.Matt Butcher
2013-04-03Fixed parser.Matt Butcher
2013-04-02Added an example.Matt Butcher