CakePHP inflector sandbox
I built this little tool a while ago because of the large amount of people that kept asking about how the inflector in CakePHP works or why their model was not working correctly. As cake works on conventions almost every class name and table name is generated using the inflector.
The inflector is used to convert from urls to controllers, from controller names to model names and so on. In versi…