Inflector Methods
MvcInflector
provides the following methods, which behave in the same way that CakePHP's inflector methods do. They can be called statically, like this:
<?php
MvcInflector::pluralize('cow');
?>
pluralize
singularize
camelize
tableize
underscore
titleize
pluralize_titleize