Part on rendering notes finished
This commit is contained in:
parent
efdfb02518
commit
3f7c7ef7dd
7 changed files with 58 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
require 'functions.php';
|
||||
require 'Database.php';
|
||||
//require 'router.php';
|
||||
require 'router.php';
|
||||
$username = 'appUser';
|
||||
$password = 'password';
|
||||
$config = require('config.php');
|
||||
|
|
@ -16,4 +16,4 @@ $posts = $db->query($query, [$id])->fetchAll(PDO::FETCH_ASSOC);
|
|||
// Beide Varianten machen inhaltlich das Gleiche.
|
||||
// freie Wahl, welche der beiden Varianten bevorzugt wird.
|
||||
|
||||
dd($posts);
|
||||
//dd($posts);
|
||||
Loading…
Add table
Add a link
Reference in a new issue