method getEventIdFromNote documentation in bbn\Appui\Note

Returns event id for the given note.

function(string $id_note) { return $this->db->selectOne( $this->class_cfg['tables']['notes_events'], $this->class_cfg['arch']['notes_events']['id_event'], [ $this->class_cfg['arch']['notes_events']['id_note'] => $id_note ] ); }

Returns event id for the given note. 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.