Changeset 155 for trunk/trax/vendor/trax/inflector.php
- Timestamp:
- 02/28/06 12:49:52 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/inflector.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/inflector.php
r146 r155 32 32 * Inflector contains static methods to convert English words between 33 33 * 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. 36 35 * 37 * @package PHPonTrax 38 * 36 * @tutorial PHPonTrax/Inflector.cls 39 37 */ 40 38 class Inflector {
