FLEXYSTART -- Start the output, using this tag and it's children.
Description
Tells the generator to start outputing using this tag. This can be useful if you
want to edit the template in a editor that expects a head/footer, and you can
list the available tags in the comments at the top of the page.
Example
Example 25-2. Compiled template <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> |
|