Show
Ignore:
Timestamp:
02/28/06 12:49:52 (6 years ago)
Author:
haas
Message:

more documentation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/inflector.php

    r146 r155  
    3232 *  Inflector contains static methods to convert English words between 
    3333 *  singular and plural, and phrases between the camel case form and 
    34  *  the lower case underscore form.  For details see the 
    35  *  {@tutorial PHPonTrax/Inflector.cls} tutorial. 
     34 *  the lower case underscore form. 
    3635 * 
    37  *  @package PHPonTrax 
    38  * 
     36 *  @tutorial PHPonTrax/Inflector.cls 
    3937 */ 
    4038class Inflector {