method loadConfig documentation in bbn\Html\Builder

function($cfg) { if ( $this->data['db'] && isset($cfg['data']['db']) && \is_string($cfg['data']['db']) ){ $cfg['data']['db'] = $this->data['db']; } foreach ( $cfg as $c ){ $this->$c['method']($c['cfg']); } return $this->_chainable ? $this : $this->exportConfig(); }

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.