Linked backend to frontend and fixed basic formatting in few files

This commit is contained in:
2021-12-28 21:22:32 +00:00
parent 9c4e487b11
commit 97718c7aee
3 changed files with 41 additions and 4 deletions
+5 -2
View File
@@ -1,11 +1,14 @@
<?php
namespace api;
use PDO;
require_once "./config.php";
/**
* TimelineData class
* Define all functions which either get, update, create or delete timeline data
*/
class TimelineData
class timelineData
{
function getEduData()
{
@@ -46,4 +49,4 @@ class TimelineData
}
}
}