|
home | manual | reference | regression | sequence | develop | apps |
Content/6
PHP HTML RESULT <?php
function myFunction () {
return 'This is the tag content <br>';
}
?>{content 'myContent'}
This is content from the {content} tag <br>
{/content}{myFunction content='myContent', merge='replace'}
This is the base content <br>
{/myFunction}This is content from the {content} tag{myFunction content='myContent', merge='top'}
This is the base content <br>
{/myFunction}This is content from the {content} tag
This is the tag content
This is the base content{myFunction content='myContent', merge='bottom'}
This is the base content <br>
{/myFunction}This is the base content
This is the tag content
This is content from the {content} tag
|
home | manual | reference | regression | sequence | develop | apps |
(c) 2003-2025 Herbert Groot Jebbink