Text
Abstract class Phalcon\Text
Provides utilities to work with texts
Constants
integer RANDOM_ALNUM
integer RANDOM_ALPHA
integer RANDOM_HEXDEC
integer RANDOM_NUMERIC
integer RANDOM_NOZERO
Methods
public static string camelize (string $str)
Converts strings to camelize style
echo Phalcon\Text::camelize('coco_bongo'); //CocoBongo