This version of a bare bones MVC application was refactored and debugged from a PHP MVC Tutorial provided by Jessie Ream.
This is a barebones MVC application.
It is propably best to view his tutorial while going through the code.
The following users all have password of "password".
There three possible roles:
owner, admin and default.
username => jesse role =>owner
username => jesse2 role => admin
username => johns role => owner
username => jsereno role => admin
Restore newsql_dump.sql with mysqldump to create database.