method hosts documentation in bbn\Appui\Database
Returns a list of the connections available.
function(string $engine = 'mysql')
{
if (($id_parent = self::getOptionId($engine === 'sqlite' ? 'paths' : 'connections', $engine))
&& ($co = array_values($this->o->codeOptions($id_parent)))
) {
return $co;
}
return [];
}
Returns a list of the connections available. 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