method __construct documentation in bbn\Models\Obj\Entity
function(bbn\Db $db, $id)
{
if ( $this->table_name && $db->count($this->table_name, [$this->id_field => $id]) ){
$this->is_checked = true;
$this->db = $db;
}
}
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