sphinx\Command renameTable()

renameTable() public method

Creates a SQL command for renaming a DB table.

public $this renameTable ( $table, $newName )
$table string

The table to be renamed. The name will be properly quoted by the method.

$newName string

The new table name. The name will be properly quoted by the method.

return $this

The command object itself

doc_Yii
2016-10-30 17:11:51
Comments
Leave a Comment

Please login to continue.