Giter Site home page Giter Site logo

php_mvc_framework's Introduction

Welcome to my PHP MVC framework

This is a simple MVC framework for building web applications.

It's free and open-source.

Installation:

1 - First, download the source, or clone the repo and place it to your web server root directory

2 - create the database which is in db folder on the root of project

3 - rename config-sample.php to config.php and edit database configurations part inside it with your database data

Note 1:) depending on your operating system, maybe you should edit the 'PROOT' constant on `config.php` file with your project root folder name. Also edit the line which includes `RewriteBase` rule with your project root folder name in .htaccess file.


Note 2:) password for all default users is : 123456

Error Handling:

If the 'DEVELOPING_MODE' configuration on config.php file is set to true, full error details will be displayed in the browser, otherwise no error will be displayed.

and Word of the end:

this framework is mostly based on my personal experiences on web development. i used of many tutorials and similar projects and patterns to build this framework. specially 'MVC PHP Framework' youtube tutorial from 'curtis parham' (link: https://www.youtube.com/watch?v=rkaLJrYnpOM&list=PLFPkAJFH7I0keB1qpWk5qVVUYdNLTEUs3)

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.