method tsn documentation in bbn\Db

Return table's simple name.

(similar to {@link table_simple_name()})

Example

X::dump($db->tsn("work_db.table_users")); // (string) table_users X::dump($db->tsn("work_db.table_users", true)); // (string) `table_users` function(string $table, bool $escaped = false) { return $this->tableSimpleName($table, $escaped); }

Return table's simple name. 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.