Managing Views

The ugly truth is that Splash MVC does not handle the view mechanism at all. It is completely view agnostic.

This is actually a good thing. It means you can use your favorite templating mechanism to manage the view. For instance, you could use Splash along Smarty, or Twig.

But of course, since you are using Mouf, a view and template mechanism acting in a "Moufesque" way might be interesting. Have a look at Mouf's the TemplateInterface and its the BootstrapTemplate implementation to see how the view layer can be managed using Mouf.

Found a typo? Something is wrong in this documentation? Just fork and edit it!