Smutty
MVC Framework
GetStartedBlog
This page uses the example of creating a simple blog application to take you on a tour highlighing the main features of Smutty. It assumes you already have Smutty set up and ready to use, if not then read how to install Smutty.
If you visit the url you've set up smutty at with your browser then you'll see an error saying that the controller doesn't exist, don't worry this is fine, you haven't created it yet. Controllers are the part of your application that handle requests, they're where the most of your code will go. Before we create our first controller though we're gonna look into the configuration.
Configuration
All configuration settings in Smutty are kept in the same file, called application/app.cfg. This is a simple name/value style text file.
Links: Post a comment