contentigo-80.zip
...the ultra light, super flexible, zero database CMS
MVC is an architectural pattern that aims to seperate how data is used from how is it presented.
A contentigo site must follow a fairly strict folder structure.
The site.php file is where your entire site is configured. Aswell as supporting a number of really useful configuration options the main purpose of the 'site.php' file is to map urls to views.
Contentigo is capable of serving up all kinds of extra 'resources' that your application might need, for example CSS, JavaScript and font files. This can be really useful for serving up different CSS or icon images based on the location of the user.
Contentigo has been designed with localization and internationalization support built into its very core.
The way Contentigo enables localization and internationalization is simple, unique and amazingly powerful - using a simple naming convention pretty much every site file can be internationalized. Templates, content, blocks, CSS and even JavaScript files can all be internationalized.