MVCbasic News
Status: Pre-Alpha
Brought to you by:
burnin1965
Today is the first release of MVCbasic. It is a basic PHP application framework loosely based on the MVC model.
The framework is very simple so it is easy to read through the code and see how it works. The simplicity lends itself to learning or teaching PHP application development or can be used as the basis of developing a more elaborate framework or application.
Future releases may add some functionality, i.e. an error handler or some database abstraction classes, but the objective of the project will always be to retain the simplicity which is necessary to easily see and understand the inner workings of the framework.