helpers\BaseInflector camelize()

camelize() public static method

Returns given word as CamelCased 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"

See also variablize().

public static string camelize ( $word )
$word string

The word to CamelCase

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

Please login to continue.