method getForeignKeys documentation in bbn\Db

Return an array with tables and fields related to the searched foreign key.

Example

X::dump($db->getForeignKeys('id', 'table_users', 'db_example')); // (Array) function(string $col, string $table, string $db = NULL) { return $this->language->getForeignKeys($col, $table, $db); }

Return an array with tables and fields related to the searched foreign key. 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.