Changeset 284 for trunk

Show
Ignore:
Timestamp:
09/07/04 21:11:06 (4 years ago)
Author:
schst
Message:

fixed doc comments

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples/example_function_aliases.php

    r283 r284  
    11<?PHP 
    22/** 
    3  * patTemplate example that shows how to use template functions 
     3 * patTemplate example that shows how to use aliases for template functions 
    44 *  
    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. 
    86 * 
    97 * $Id$