Documentation / Documentation for web designers / RainTPL Tags 

{* comment *}

All the HTML between {* and *} is removed in the parsed file.

Use this tag to add comments: 

Example:

{* Hey, {$name} *}  what's up dude?

 

Compiled template:

what's up dude?


NOTE: {ignore}{/ignore} is deprecated, but it still work for RainTPL 2 

« {include="template"} ^ RainTPL Tags ^ {noparse}{/noparse} »

Documentation for web designers




Documentation for PHP developers