We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current camelize function looks to be a version of the humanize function. Previous versions of CI had this:
return strtolower($str[0]).substr(str_replace(' ', '', ucwords(preg_replace('/[\s_]+/', ' ', $str))), 1);
https://github.com/bcit-ci/CodeIgniter4/blob/develop/system/Helpers/inflector_helper.php#L192
Thanks again
The text was updated successfully, but these errors were encountered:
You're absolutely correct. Thanks.
Sorry, something went wrong.
60ab63b
No branches or pull requests
The current camelize function looks to be a version of the humanize function. Previous versions of CI had this:
https://github.com/bcit-ci/CodeIgniter4/blob/develop/system/Helpers/inflector_helper.php#L192
Thanks again
The text was updated successfully, but these errors were encountered: