Where do I put my inflections in CakePHP 1.3? I am new to Cake
|
feedback
|
|
inflections.php has been removed in CakePHP 1.3, I have taken a section out of the 1.3 migration guide which should explain: Loading custom inflectionsinflections.php has been removed, it was an unnecessary file hit, and the related features have been refactored into a method to increase their flexibility. You now use
Will merge the supplied rules into the infection sets, with the added rules taking precedence over the core rules. | ||||
|
feedback
|
|
Its under /app/config/inflections.php. | |||||||
feedback
|