db\Schema quoteSimpleColumnName()

quoteSimpleColumnName() public method

Quotes a simple column name for use in a query.

A simple column name should contain the column name only without any prefix. If the column name is already quoted or is the asterisk character '*', this method will do nothing.

public string quoteSimpleColumnName ( $name )
$name string

Column name

return string

The properly quoted column name

doc_Yii
2016-10-30 16:59:42
Comments
Leave a Comment

Please login to continue.