method colFullName documentation in bbn\Db
Return column's full name.
Example
X::dump($db->colFullName("name", "table_users"));
// (string) table_users.name Hello Ohohoho!!
X::dump($db->colFullName("name", "table_users", true));
// (string) \`table_users\`.\`name\`
function(string $col, string $table = NULL, bool $escaped = false)
{
return $this->language->colFullName($col, $table, $escaped);
}
Return column's full 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.
© 2011-2025
BBN Solutions