method tableIdFromItem documentation in bbn\Appui\Database

Retrieves the ID of a table from an item's ID (key or column).

function(string $id_keycol) { if (bbn\Str::isUid($id_keycol) && ($id_cols = $this->o->getIdParent($id_keycol)) && ($id_table = $this->o->getIdParent($id_cols)) ) { return $id_table; } return null; }

Retrieves the ID of a table from an item's ID (key or column). 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.