This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
micromvc /
| name | age | message | |
|---|---|---|---|
| |
.htaccess | ||
| |
INTRO.HTML | ||
| |
README.markdown | ||
| |
controllers/ | ||
| |
core/ | ||
| |
functions/ | ||
| |
index.php | ||
| |
libraries/ | ||
| |
models/ | ||
| |
sites/ | ||
| |
themes/ |
README.markdown
Welcome to Micro Model-View-Controller
A tiny MVC framework crammed into less than 150kb - including documentation!
It offers Model, Library, Controller, Function, and View management. Plus other features like URI Routing, hooks/plugins, file uploads, database abstraction, captcha creation, and more! If you are new the Model/View/Controller world of OOP - then this system is for you. Every line is documented and it is as simple of a system to tear-apart as you can get.
MicroMVC is not a replacement for a full MCV framework. Do not plan on building the next Facebook with it! However, It is built for several reasons.
- Teach How MVC Works with a simple-to-understand code structure.
- Provide a base speed for comparing frameworks
- Run small scripts and systems (like blogs) that need MVC without a lot of overhead.
MicroMVC is licenced under the http://www.gnu.org/licenses/gpl-3.0.html so you can use it for any personal or corporate projects free of charge.
Rquirements
- PHP 5
- mod_rewrite (apache module)
- PDO if using the Database








