Every repository with this icon (
Every repository with this icon (
tree ec9ceaaf63bd6505cf523b5a279fca1431764317
parent a4c83cb2c5731da510c855ebeda3072b11e21239
| name | age | message | |
|---|---|---|---|
| |
.htaccess | ||
| |
INTRO.HTML | ||
| |
README.markdown | ||
| |
functions/ | ||
| |
index.php | ||
| |
libraries/ | ||
| |
localhost/ | ||
| |
logs/ | ||
| |
modules/ |
Welcome to MicroMVC
A microscopic Model-View-Controller framework for PHP 5!
It offers Model, Library, Controller, Function, Modules, 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 built to speed up the core setup process that so many other frameworks bloat. By loading only a couple small classes and config files, this system can be setup and ready to role in a matter of a couple milliseconds (vs a couple hundred or thousand for other frameworks).
MicroMVC was built so that any PHP library or existing code will work with this system so you don't have to give up your favorite classes while still enjoying the benefits of a structured MVC.
Our core reasons for building this system is first and foremost speed and performance. But we also believe that this system can help teach Object Oriented Programming (OOP) with a simple-to-understand code structure.
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 totally free! You can even build your own open source projects on it.
Requirements
- PHP 5
- mod_rewrite (Apache module)
- PDO if using the Database








