Welcome to the Splash MVC framework
What is Splash?
Splash is a MVC PHP framework. It is making a heavy use of annotations, and of the Mouf dependency injection framework. You might want to use Splash in order to seperate cleanly the controllers (that perform the actions required when you navigate your web application) and the view (that generates and displays the HTML that makes your web pages).
Installation
Getting started
Check out the video tutorial!
The first thing you should learn when using Splash is how to write a controller. Read the writing controllers guide.
Advanced topics
- The managing URL parameters page explains how to map parameters from the request to parameters of the action.
- The settings and error handling guide explains how to customize Splash behaviour and HTTP 404/500 error messages.
- The views section explains how Splash does (not) handle the views.
- The filters guide explains how to use and write filters in your actions.
Found a typo? Something is wrong in this documentation? Just fork and edit it!