method getRawCfg documentation in bbn\Appui\Option
Returns the raw content of the cfg column for the given option.
Example
X::dump($opt->getRawCfg(25));
// (string) "{'sortable':true, 'cascade': true}"
function($code = NULL)
{
if (bbn\Str::isUid($id = $this->fromCode(\func_get_args()))) {
$c =& $this->class_cfg;
$f =& $this->fields;
return $this->db->selectOne($c['table'], $f['cfg'], [$f['id'] => $id]);
}
return null;
}
Returns the raw content of the cfg column for the given option. 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