- Timestamp:
- 09/07/04 21:11:06 (4 years ago)
- Files:
-
- trunk/examples/example_function_aliases.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/examples/example_function_aliases.php
r283 r284 1 1 <?PHP 2 2 /** 3 * patTemplate example that shows how to use template functions3 * patTemplate example that shows how to use aliases for template functions 4 4 * 5 * Template functions allow you to create custom tags, that will be 6 * by PHP while the file is being read. See extending-pattemplate.txt 7 * for more information on patTemplate functions. 5 * Aliases can be set from PHP or directly from the template. 8 6 * 9 7 * $Id$
