Simple flat file PHP CMS or Blog

Are you looking for a simple flatfile CMS that can be used to deploy thousands of small sites with little to no server load? Follow this series, and we’ll see how to build such a system, expanding it as the need arise.

See all the posts:

Part 1: requirements for the flat file Cms in Php

Part 2: the file format, and the code to parse it

Part 3: the basic theme system, and how to find files

Part 4: filling the templates and making the script work with a simple .htaccess rule

Stay tuned for more posts!