PHP Classes

File: FileStructure.php

Recommend this page to a friend!
  Classes of Adrian M   Basic PHP MVC Basic Model   FileStructure.php   Download  
File: FileStructure.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Basic PHP MVC Basic Model
Implement MVC applications with a router class
Author: By
Last change:
Date: 9 months ago
Size: 438 bytes
 

Contents

Class file image Download
<?php


project
/
?
???
index.php
??? router/
? ???
Router.php
??? controllers/
? ???
HomeController.php
? ??? AboutController.php
? ??? ContactController.php
??? views/
? ???
HomeView.php
? ??? AboutView.php
? ??? ContactView.php
??? models/
? ???
HomeModel.php
? ??? AboutModel.php
? ??? ContactModel.php