Skip to content
New issue

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

Add configurable input length validation #2

Merged
merged 3 commits into from
Jan 27, 2020

Conversation

DanieliMi
Copy link
Member

No description provided.

*/
private function convertSnakeToCamelCase($string)
{
return lcfirst(str_replace(' ', '', ucwords(str_replace('_', ' ', strtolower($string)))));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I searched a bit and found this well overengineered ZF2 function: \Zend\Filter\Word\UnderscoreToCamelCase which does the same :) we should use it

Model/CustomFields/Validator.php Outdated Show resolved Hide resolved
@amenk amenk merged commit f8eda12 into imi-develop Jan 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants