method hostId documentation in bbn\Appui\Database
Returns the ID of a connection.
function(string $host = NULL, string $engine = 'mysql')
{
if (empty($host)) {
$host = $this->db->getConnectionCode();
}
$r = self::getOptionId($host, $engine === 'sqlite' ? 'paths' : 'connections', $engine);
return $r ?: null;
}
Returns the ID of a connection. BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way
This website uses cookies to ensure you get the best experience on our website.
© 2011-2023
BBN Solutions