Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 741 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 741 Bytes

Custom PHP framework - MVC Pattern

This is a very basic and small custom php framework with MVC pattern for quick start and learning purpose.

Features!

  • MVC
  • Twitter Bootstrap

Tech

This framework includes and uses the following:

  • PHP - powering world's best websites
  • Twitter Bootstrap 4 - great UI boilerplate for modern web apps

Minimum Requirements

  • PHP >= 5.4

Installation Guide

  1. git clone https://github.com/mubbi/custom-PHP-framework.git

Usage Guide

  1. Create controllers in app/controllers
  2. Create respective views in app/views
  3. in url you can use get properties "c" for controller and "a" for action/method in the controller class.
  4. example URL : http://localhost/?c=home&a=index

License

MIT