This site is built library CakePHP "Inflector" test site.

※ This site is using the CakePHP 1.2.6.

"Inflector" is?

The Inflector class takes a string and can manipulate it to handle word variations such as pluralizations or camelizing and is normally accessed statically.Example: Inflector::pluralize('example'); returns "examples".(From the official site

References

Similar sites can

(default) 4 queries took 2 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT name FROM sqlite_master WHERE type='table' ORDER BY name;0
2PRAGMA table_info("tags")0
3SELECT "Tag"."id", "Tag"."name", "Tag"."hit_count", "Tag"."created", "Tag"."updated" FROM "tags" AS "Tag" WHERE 1 = 1 ORDER BY "updated" desc LIMIT 101
4SELECT "Tag"."id", "Tag"."name", "Tag"."hit_count", "Tag"."created", "Tag"."updated" FROM "tags" AS "Tag" WHERE 1 = 1 ORDER BY "hit_count" desc LIMIT 1001