block.formdata.php
Tags
Table of Contents
- jtpl_block_html_formdata() : string
- a block to display only data of a form
Functions
jtpl_block_html_formdata()
a block to display only data of a form
jtpl_block_html_formdata(jTplCompiler $compiler, bool $begin[, array<string|int, mixed> $param = array() ]) : string
usage : {formdata $theformobject} here the form content {/formdata}
Parameters
- $compiler : jTplCompiler
-
the template compiler
- $begin : bool
-
true if it is the begin of block, else false
- $param : array<string|int, mixed> = array()
-
0=>form object 2=>name of the builder : default is html 3=>array of options for the builder
Tags
Return values
string —the php code corresponding to the begin or end of the block