PHP Classes

File: public_html/index.php

Recommend this page to a friend!
  Classes of Carlos Eduardo Barcelos Amaral   Base MVC Framework   public_html/index.php   Download  
File: public_html/index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Base MVC Framework
MVC framework to be the base of Web applications
Author: By
Last change: Fixies and Updates

Date: 6 years ago
Size: 105 bytes
 

Contents

Class file image Download
<?php

  
require_once dirname(__DIR__).'/base/config/loader.php';

   \
Core\Application::RUN('example');