This is a very basic and small custom php framework with MVC pattern for quick start and learning purpose.
- MVC
- Twitter Bootstrap
This framework includes and uses the following:
- PHP - powering world's best websites
- Twitter Bootstrap 4 - great UI boilerplate for modern web apps
- PHP >= 5.4
git clone https://github.com/mubbi/custom-PHP-framework.git
- Create controllers in app/controllers
- Create respective views in app/views
- in url you can use get properties "c" for controller and "a" for action/method in the controller class.
- example URL : http://localhost/?c=home&a=index
MIT