Declaration:
<? class HTMLPHPSource extends HTMLTag ?>
Description: This tag is used to automatically highlight PHP source in your templates. You use it like any other formatting tag, just enclose the code you want to highlight with this tag:
Please note you do not enclose the source with the PHP open and close tags!
You can also use template variables inside this tag, if you preset them with valid fragment
of PHP source code.
Please note that inside this tag you will not be able to use the less-than sign as the
parser will consider it a beginning of a new tag. Instead, just use the < entity
reference like: $x <= 10Parent Classes: SDNode , SDElement , HTMLTag Authors:
Methods:
|
|