PHP Class think\db\builder\Mysql

Inheritance: extends Think\Db\Builder
Exibir arquivo Open project: top-think/framework

Protected Properties

Property Type Description
$updateSql

Protected Methods

Method Description
parseKey ( string $key, array $options = [] ) : string 字段和表名处理
parseRand ( ) : string 随机排序

Method Details

parseKey() protected method

字段和表名处理
protected parseKey ( string $key, array $options = [] ) : string
$key string
$options array
return string

parseRand() protected method

随机排序
protected parseRand ( ) : string
return string

Property Details

$updateSql protected_oe property

protected $updateSql