method tableSimpleName documentation in bbn\Db\Languages\Sqlite

Returns a table's simple name i.e. table

function(string $table, bool $escaped = false) { if ($table = trim($table)) { $bits = explode('.', str_replace($this->qte, '', $table)); $table = end($bits); if (bbn\Str::checkName($table)) { return $escaped ? $this->qte.$table.$this->qte : $table; } } return false; }

Returns a table's simple name i.e. 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.