Loading Please wait...

HTML Helper

See also:
Read Main articale on HTML helper. Module Dox
In Zigmoyd You can use PHP Codes that will replace itself and do something like PHP to HTML Conversion. you can use Classes and functions that expands to HTML tags and attributes. e.g. if you want to print
<span name="hi" class="error"\>Error Message</span>
you can use
<?= span::open('hi', 'error') ?>Error Message<?= span::close() ?>
all HTML tag classes extends from HtmlTag Class. all pair tags have an open() and an close() operation that can be used to open and close those pair tags.

Generated on Mon Oct 27 23:51:58 2008 for zigmoyd.kdevelop by doxygen 1.5.6