method countHosts documentation in bbn\Appui\Database
Returns the number of connections in the options.
function(string $engine = 'mysql')
{
if (($id_parent = self::getOptionId($engine === 'sqlite' ? 'paths' : 'connections', $engine))
&& ($num = $this->o->count($id_parent))
) {
return $num;
}
return 0;
}
Returns the number of connections in the options. 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