method delete documentation in bbn\Models\Tts\Dbconfig
Deletes a single row from the table through its id.
function(string $id)
{
if ($data = $this->exists($id)) {
$ccfg = $this->getClassCfg();
$f = $ccfg['arch'][$this->class_table_index];
return (bool)$this->db->delete($ccfg['table'], [$f['id'] => $id]);
}
return false;
}
Deletes a single row from the table through its 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-2025
BBN Solutions