MelKingdom Framework

Table of Content


Content

Minimalistic MVC php Framework for web and terminal applications.

Introduction

The Melkingdom framework is aim to the development of moderate-size applications without the hassle of modern overkilling frameworks.

Features:

* All code (both framework and application) resides in the same Linux host.
* Multiples applications can share the same framework code (included)
* Multiples user interfaces (web, terminal, etc) can be written for the same backend.
* Uses a MySQL database.
* Sessions are kept in the database.
* Configuration is kept in a text file containing key=value lines.
* The security scheme supports users, groups and record-view securities.

Architecture