/mvc-example

Simple web app with MVC, ORM and routing for PHP course.

Primary LanguagePHP

DBOrders

A simple web app with MVC and routing for IT course. It's based on the classicmodels sample database and a few custom tables (scripts are provided).

For the model component, designed with ORM, I used my ORM Templates.

Installation

  • Import the classicmodels sample database;
  • Run province.sql, users.sql and actions.sql SQL scripts on the classicmodels db;
  • Edit the config.ini file with your settings for connecting to the DBMS.

Copyright Notice

DBOrders is property work of Matteo Agnoletto (@EPMatt).

The web app uses DataTables for adding functionality to HTML tables. DataTables is licensed under the MIT License.

Fonts from the Inter font family are used. These fonts are licensed under the MIT License.

The web app also uses Github's Octicons. Octicons are licensed under the MIT License.

DBOrders is built over Twitter's Bootstrap framework. Bootstrap is licensed under the MIT License.

Animated backgrounds are built with particles.js by Vincent Garreau. Particles.js is licensed under the MIT License.