#V2 #What is Simple MVC Framework?
Simple MVC Framework is a PHP 5.3 MVC system. It's designed to be lightweight and modular, allowing developers to build better and easy to maintain code with PHP.
The base framework comes with a few helper classes, this is to keep code bloat down to a minimum. Classes can easily be added at any stage of development.
See the Add-ons repo for more Add-ons & to add your own.
Full docs & tutorials are available at simplemvcframework.com
##Requirements
The framework requirements are limited
- Apache Web Server or equivalent with mod rewrite support.
- PHP 5.3 or greater is required
Although a database is not required, if a database is to be used the system is designed to work with a MySQL database. The framework can be changed to work with another database type.
- Download the framework
- Unzip the package.
- Upload the framework files to your server. Normally the index.php file will be at your root.
- Open the index.php file with a text editor, setup your routes.
- Open core/config.php and set your base URL and database credentials (if a database is needed). Set the default theme.
- Edit .htaccess file and save the base path.