Linked backend to frontend and fixed basic formatting in few files
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user