资 源 简 介
NOTE
We have moved to GIT.
https://github.com/peec/reks
REKS
Super lightweight OOP MVC framework for PHP - because you didn"t need all those extra features.
Documentation
Go to REKS"s homepage for more information and documentation.
Features
Module support ( applications in applications )
Applications are fully separated. No global constants.
Using known design patterns.
Namespaced.
Easy to get started
Routes and reverse routing.
Why REKS
It exists dozens of web application frameworks for PHP already, why did we create REKS framework and why should you use it for future projects?
REKS is a extremely modular built framework, especially the module system. Think about if you where about to create a blog system, a blog system might have these components (modular components):
Us