PHP Classes

File: public/index.php

Recommend this page to a friend!
  Classes of António Lira Fernandes   Web Service PHP MySQL   public/index.php   Download  
File: public/index.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Web Service PHP MySQL
Implement an API using MySQL to store objects
Author: By
Last change:
Date: Yesterday
Size: 315 bytes
 

Contents

Class file image Download
<?php
/**
 * @autores Alf
 * @copyright 2020
 * @ver 1.0
 */
//https://alexandrebbarbosa.wordpress.com/2019/04/19/phpconstruir-um-sistema-de-rotas-para-mvc-segunda-parte/
require __DIR__ . '/../config.php';
require
__DIR__ . '/../bootstrap.php';
require
__DIR__ . '/../src/helpers/helper_routes.php';
resolve();
?>