项目作者: angelokezimana

项目描述 :
Exercise to understand OOP and MVC architecture in PHP
高级语言: PHP
项目地址: git://github.com/angelokezimana/exercise-in-php.git
创建时间: 2020-04-20T20:31:37Z
项目社区:https://github.com/angelokezimana/exercise-in-php

开源协议:

下载


About

This exercise consists in understanding object oriented programming and MVC architecture in PHP.

How to use it

Before using this small application, make sure that you have installed PHP 7+, MySQL or MariaDB and Apache and you have the database ‘learning_test’ which contains the table ‘characters’.

First, you create the database ‘learning_test’, and import the file ‘database.sql’ into the database ‘learning_test’.

How to contribute

If you have an idea, feel free to create a pull request. 😊