Skip to content

Instantly share code, notes, and snippets.

@harryWonder
Created May 10, 2020 08:51
Show Gist options
  • Save harryWonder/7e80a850fefb6983bfe7c7455092f202 to your computer and use it in GitHub Desktop.
Save harryWonder/7e80a850fefb6983bfe7c7455092f202 to your computer and use it in GitHub Desktop.
This file acts as the base controller for other controllers in the controllers folder.
<?php
session_start();
class Controller { }
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment