microphp/Core/Core.php

12 lines
339 B
PHP
Executable File

<?php
include_once "Request.php";
include_once "Response.php";
include_once "mimes.php";
include_once "Session.php";
include_once "Helpers.php";
include_once "Blade.php";
include_once "Route.php";
include_once "Medoo.php";
//include_once "DatabaseORM.php";
//include_once "DatabaseMysqlEngine.php";