Changeset 2912 for trunk/system/helpers/inflector.php
- Timestamp:
- 06/25/2008 03:37:36 PM (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/helpers/inflector.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/helpers/inflector.php
r2883 r2912 163 163 164 164 // Set the cache and return 165 return $cache[$key] = $str;165 return self::$cache[$key] = $str; 166 166 } 167 167
