method insert documentation in bbn\Appui\Pages
function($url, $content, $title = '')
{
if ( !$this->db->insert($this->class_cfg['table'], [
$this->class_cfg['arch']['pages']['url'] => $url,
$this->class_cfg['arch']['pages']['id_note'] => $id_note
]) ){
$this->error($this->class_cfg['errors'][2]);
}
return true;
}
else {
$this->error($this->class_cfg['errors'][1]);
}
}
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