method search documentation in bbn\Entities\Address
function($fn, $cp = NULL)
{
$fn = ['adresse' => $fn, 'cp' => $cp];
}
else if ( !is_array($fn) ){
$fn = $this->set_adresse($fn);
}
if ( !empty($fn['adresse']) && !empty($fn['cp']) ){
return $this->db->selectOne('bbn_addresses', 'id', [
'cp' => $fn['cp'],
'adresse' => $fn['adresse']
]);
}
return false;
}
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