method colSimpleName documentation in bbn\Db\Languages\Sql
Returns a column's simple name i.e. column
function(string $col, bool $escaped = false)
{
if ($bits = explode('.', $col)) {
$col = trim(end($bits), ' ' . $this->qte);
if ($col && Str::checkName($col)) {
return $escaped ? $this->escape($col) : $col;
}
}
return null;
}
Returns a column's simple name i.e. column 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-2023
BBN Solutions