Skip to content

Instantly share code, notes, and snippets.

View markmathur's full-sized avatar

Mark Mathur markmathur

View GitHub Profile
@markmathur
markmathur / mainController.php
Created October 4, 2018 06:55
Code in L2 assignment (1dv610) to discuss.
<?php
namespace controller;
require_once('./view/RegisterHandling.php');
require_once('./view/LayoutView.php');
require_once('./view/DateTimeView.php');
require_once('./view/LoginView.php');
require_once('./view/LoginHandling.php');
require_once('view/CookieHandler.php');
/**
* This is the controller that handles all the incoming http-requests from