method hidden documentation in bbn\Html\Builder
function(array $cfg, $force = false)
{
$this->record('hidden', $cfg);
$r = [];
$i = 0;
foreach ( $cfg as $k => $v ){
$r[$i] = $this->input([
'field' => 'hidden',
'attr' => [
'name' => $k,
'value' => $v
]
], 1);
$this->append($r[$i]);
$i++;
}
return $this->_chainable && !$force ? $this : [$label, $container];
}
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