method userDelete documentation in bbn\Appui\Observer
Deletes the given observer for the current user
function($id)
{
if ( property_exists($this, 'user') && $this->check() ){
return $this->db->delete('bbn_observers', ['id' => $id, 'id_user' => $this->user]);
}
return 0;
}
Deletes the given observer for the current user 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-2024
BBN Solutions