While working on a small site with no database, I was thinking how to make it easier to create small scale, say 3-5 pages, web sites without having to set up everything everytime. To stop having to do this setup again and again, I developed RSCMS which works on a pre-defined structure and generates final HTML pages as needed. All I needed to do was drop a page in templates folder and just update other pages (as needed) to add a link to that page so its accessible.
After creating this, I thought I’d share this class with everyone to give back to this huge PHP Open Source community that has helped me grow this much. You can get code for this class from following links:
Code at phpclasses.org
Code at code.google.com