method getUserDashboard documentation in bbn\Appui\Dashboard

Gets the user's customized dashborad of the given id

function(string $id) { return $this->db->rselect( $this->cfgPref['tables']['user_options'], [], [ $this->archPref['id_alias'] => $id, $this->archPref['id_user'] => $this->user->getId(), $this->archPref['public'] => 0 ] ); }

Gets the user's customized dashborad of the given id 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.