Show
Ignore:
Timestamp:
04/03/06 16:27:26 (6 years ago)
Author:
haas
Message:

docs, test trax_generator

Files:
1 modified

Legend:

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

    r155 r195  
    3030 
    3131/** 
    32  *  Inflector contains static methods to convert English words between 
    33  *  singular and plural, and phrases between the camel case form and 
    34  *  the lower case underscore form. 
     32 *  Implement the Trax naming convention 
    3533 * 
     34 *  This class provides static methods to implement the 
     35 *  {@tutorial PHPonTrax/naming.pkg Trax naming convention}. 
     36 *  Inflector is never instantiated. 
    3637 *  @tutorial PHPonTrax/Inflector.cls 
    3738 */