method dbFromTable documentation in bbn\Appui\Database

Retrieves a database name from the ID of a table.

function(string $id_table) { if (($id_db = $this->dbIdFromTable($id_table)) && ($r = $this->o->code($id_db)) ) { return $r; } return null; }

Retrieves a database name from the ID of a table. 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.