Method | Result | |
---|---|---|
pluralize | => | Cities |
singularize | => | City |
camelize | => | City |
underscore | => | city |
dasherize | => | city |
humanize | => | City |
tableize | => | cities |
classify | => | City |
variable | => | city |
Running on CakePHP 3.5.10
Method | Result | |
---|---|---|
pluralize | => | Cities |
singularize | => | City |
camelize | => | City |
underscore | => | city |
dasherize | => | city |
humanize | => | City |
tableize | => | cities |
classify | => | City |
variable | => | city |
Running on CakePHP 3.5.10