Giter Club home page Giter Club logo

mvc's Introduction

TheLastCodeBender PHP MVC Application without libraries or frameworks

This project is a personal project created by Suleiman A. Mamman AKA TheLastCodeBender to learn the advance fundamentals of programming and modern web development from scratch using PHP 7.2 and MySQL.

The main goals of the project are to learn and implement the full concept of Model View Controller(MVC), Object-Oriented Programming(OOP), routing, security, authentication, modern web development practices, and finally conbine them all together to function like a Robust Web Application.

The MVC contains two folders inside the app folder (Controller, model) and a view folder in the main directory.

The autoload file load all the classes in each of the app folder automatically, while the index.php file send a route request to the Routecontroller to handle.

The Routecontroller handle the Navigation between the pages just like laravel routes.

The model folder has two file in it, the DbConnection.php file allows you to set your database connection, while the user.php model class extends DbConnection model class.

You are free to create as many controllers and models as you want, please See license.txt for full license information.

Installation

  • Clone or download this repository to your project Dir
  • Exract the files to your project Dir
  • On your server (Xamp or Wamp etc)
  • Open your browser and navigate to your project Dir. Example- localhost/project Dir

License

The TheLastCodeBender PHP MVC Framework is open-sourced software licensed under the GNU license. See license.txt for full license information.

mvc's People

Contributors

suleigolden avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.