method getCreation documentation in bbn\Appui\History
function(string $table, string $id)
{
if (
($db = self::_get_db()) &&
($cfg = self::getTableCfg($table)) &&
($id_col = self::getIdColumn($cfg['primary'], $table))
){
self::disable();
if ( $r = $db->rselect(self::$table, ['date' => 'tst', 'user' => 'usr'], [
'uid' => $id,
'col' => $id_col,
'opr' => 'INSERT'
], [
'tst' => 'DESC'
]) ){
self::enable();
return $r;
}
self::enable();
}
return null;
}
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