method reprocessCfg documentation in bbn\Db\Languages\Sql
function(array $cfg)
{
unset($cfg['bbn_db_processed']);
unset($cfg['bbn_db_treated']);
if (isset($cfg['hash'])) {
unset($this->cfgs[$cfg['hash']]);
}
$tmp = $this->processCfg($cfg, true);
if (!empty($cfg['values']) && (count($cfg['values']) === count($tmp['values']))) {
$tmp = array_merge($tmp, ['values' => $cfg['values']]);
}
return $tmp;
}
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