method import documentation in bbn\Appui\Database

Import a table structure in the options table.

function(string $table) { $res = null; if ($m = $this->db->modelize($table)) { $tf = explode('.', $this->db->tfn($table)); $db = $tf[0]; $table = $tf[1]; if (($id_host = $this->importHost($this->db->host)) && ($id_db = $this->importDb($db, $id_host)) ) { $res = $this->importTable($table, $id_db); } } return $res; }

Import a table structure in the options 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.