-
Video : Application structure or the folder structure in Codeigniter
-
Video : App folder structure in Codeigniter 4
-
Video : Design patterns and MVC design patterns in Codeigniter 4
-
Video : Running application OR local development server in Codeigniter 4
-
Video : Controllers in CodeIgniter 4
-
Video : How CodeIgniter 4 URL works
-
Video : Views in Codeigniter 4
Inflector helper in Codeigniter 4
Please Login and enroll in this course to view the lesson.
Inflector helper in Codeigniter 4
You can change the English word by using the Inflector helper in Codeigniter 4. Inflectore helper provides you the many functions to change the words from the plural to the singular and much more.
These are the function you can use by loading an Inflectore helper.
singular($Yourstring) in Inflectore helper
plural($Yourstring) in Inflectore helper
camelize($Yourstring) in Inflectore helper
underscore(Your$string) in Inflectore helper
humanize($Yourstring[, $Yourseparator = ‘_’]) in Inflectore helper
is_pluralizable($Yourword) in Inflectore helper
dasherize($Yourstring) in Inflectore helper
ordinal($Yourinteger) in Inflectore helper
ordinalize($Yourinteger) in Inflectore helper