Merge branch 'main' of http://git.pb.bib.de/PBBFA23CIV/EIANotesApp
This commit is contained in:
@@ -28,4 +28,12 @@ class NotesController
|
||||
]);
|
||||
}
|
||||
|
||||
public function showNoteDetails()
|
||||
{
|
||||
$noteId = $_GET['id'];
|
||||
$note = $this->notesModel->getNoteById($noteId);
|
||||
$this->view->setVars([
|
||||
"note" => $note
|
||||
]);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user