helpers\BaseInflector variablize()

variablize() public static method

Same as camelize but first char is in lowercase.

Converts a word like "send_email" to "sendEmail". It will remove non alphanumeric character from the word, so "who's online" will be converted to "whoSOnline"

public static string variablize ( $word )
$word string

To lowerCamelCase

doc_Yii
2016-10-30 17:05:26
Comments
Leave a Comment

Please login to continue.