method getIdColumn documentation in bbn\Appui\History
Returns the column's corresponding option's ID
function(string $column, string $table)
{
if (
($db = self::_get_db()) &&
($full_table = $db->tfn($table)) &&
($database_obj = self::_get_database())
){
[$database, $table] = explode('.', $full_table);
return $database_obj->columnId($column, $table, $database, self::$db->getHost());
}
return false;
}
Returns the column's corresponding option's ID 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