PAD - PHP Application Driver


home | manual | reference | regression | sequence | develop | apps


Content/7

HTML RESULT
{content 'myContent'}
true: This is the @content@ content. <br>
@else@
false: This is the @content@ content. <br>
{/content}
{true content='myContent'}
true
@else@
false
{/true}
true: This is the true content.
{false content='myContent'}
true
@else@
false
{/false}
false: This is the false content.

HTML RESULT
{content 'myContent'}
true
@else@
false
{/content}
{true content='myContent'}
true: This is the @content@ content. <br>
@else@
false: This is the @content@ content. <br>
{/true}
true: This is the true content.
{false content='myContent'}
true: This is the @content@ content. <br>
@else@
false: This is the @content@ content. <br>
{/false}
false: This is the false content.




home | manual | reference | regression | sequence | develop | apps

(c) 2003-2025 Herbert Groot Jebbink