Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michalwa/wiibd

A crude implementation of the Model View Controller paradigm in PHP together with a basic ORM + doc-comment-based annotations
https://github.com/michalwa/wiibd

mvc php web

Last synced: 7 days ago
JSON representation

A crude implementation of the Model View Controller paradigm in PHP together with a basic ORM + doc-comment-based annotations

Awesome Lists containing this project

README

        

# wiibd

Basic implementation of the Model View Controller paradigm in PHP 7 together with a basic ORM implementation

## Installation
If you're hosting with Apache, make sure you look into `config.ini` and specify the
root URL path for the application. If serving with PHP, `rootUrl` can be left at `/`.