select('notes', 'noteid', ['ownerid' => $_SESSION['uid']]); $notes = []; foreach ($noteids as $n) { $notes[] = Note::loadNote($n); } ?>
getHTML(); ?>