Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Admin_View_Helper_Camelize
PHP Class Admin_View_Helper_Camelize
Inheritance:
extends
Zend_View_Helper_Abstract
显示文件
Open project: sourcefabric/newscoop
Public Methods
Method
Description
camelize
(
string
$string
,
$spacify
= true,
boolean
$lazy
= false )
Camelcase string
Method Details
camelize()
public
method
Camelcase string
public
camelize
(
string
$string
,
$spacify
= true,
boolean
$lazy
= false )
$string
string
the string to camelize
$lazy
boolean
wether to make it lazyCamelCase or not