FLEXYSTARTCHILDREN -- Start the output using it's children.
Description
Tells the generator to start outputing using the children of this tag. This can be useful if you
want to edit the template in a editor that expects a head/footer, normally adding this
to body
Example
Example 25-2. Compiled template <H1>This is an example</H1>
<FORM NAME="input">
<INPUT NAME="hello" VALUE="<?php echo htmlspecialchars($t->test->hello); ?>"><?php
if (isset($this->errors['test.hello'])) { echo htmlspecialchars($this->errors['test.hello']); } ?>
</FORM> |
|