method getClassCfg documentation in bbn\Appui\Option
Returns the configuration array of the class with the table structure
Example
X::dump($opt->getClassCfg());
/*
array [
'errors' => [
],
'table' => 'bbn_options',
'cols' => [
'id' => 'id',
'id_parent' => 'id_parent',
'id_alias' => 'id_alias',
'text' => 'text',
'code' => 'code',
'value' => 'value',
'cfg' => 'cfg'
]
]
function()
{
return $this->class_cfg;
}
Returns the configuration array of the class with the table structure 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