dropTable() public method
Creates a SQL command for dropping a DB table.
public $this dropTable ( $table ) | ||
---|---|---|
$table | string |
The table to be dropped. The name will be properly quoted by the method. |
return | $this |
The command object itself |
Designed by : w10schools
service@w10schools.com
Please login to continue.