lithium\data\Connections::remove()
Removing a configuration.
Parameters
-
string
$name
The name by which this connection is referenced.
Source
public static function remove($name) {
unset(static::$_configurations[$name]);
}
Removing a configuration.
$name
The name by which this connection is referenced.
public static function remove($name) {
unset(static::$_configurations[$name]);
}