function(string $id, array $cfg) { $g = $this->class_cfg['arch']['groups']; return (bool)$this->db->update( $this->class_cfg['tables']['groups'], [ $g['cfg'] => $cfg ?: '{}' ], [ $g['id'] => $id ] ); }