microphp/Core/Core.php

12 lines
339 B
PHP
Raw Permalink Normal View History

2023-04-02 10:00:20 +03:00
<?php
include_once "Request.php";
include_once "Response.php";
2023-04-11 00:30:15 +03:00
include_once "mimes.php";
2023-04-02 10:00:20 +03:00
include_once "Session.php";
2023-04-02 18:07:52 +03:00
include_once "Helpers.php";
2023-04-05 23:26:44 +03:00
include_once "Blade.php";
2023-04-11 22:59:27 +03:00
include_once "Route.php";
include_once "Medoo.php";
//include_once "DatabaseORM.php";
//include_once "DatabaseMysqlEngine.php";