sphinx\Command dropIndex()

dropIndex() public method

Creates a SQL command for dropping an index.

public $this dropIndex ( $name, $table )
$name string

The name of the index to be dropped. The name will be properly quoted by the method.

$table string

The table whose index is to be dropped. The name will be properly quoted by the method.

return $this

The command object itself

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

Please login to continue.