Banana f322601535 code cleanup and updated validate input %!s(int64=5) %!d(string=hai) anos
..
conf 62e047acaa code cleanup %!s(int64=13) %!d(string=hai) anos
lib f322601535 code cleanup and updated validate input %!s(int64=5) %!d(string=hai) anos
site 62e047acaa code cleanup %!s(int64=13) %!d(string=hai) anos
tmp 644da1e1d7 a simple framework %!s(int64=14) %!d(string=hai) anos
.htaccess e3a2b3979a updates %!s(int64=14) %!d(string=hai) anos
README 62e047acaa code cleanup %!s(int64=13) %!d(string=hai) anos
index.php 0eecf32ed8 update to latest smarty version %!s(int64=12) %!d(string=hai) anos

README

This is a very simple but yet working framework.
Using smarty as template management

All requests are going with the $_GET variable.
The values are checked and validated. If successful the right php and template file will be loaded.

e.g.
index.php?p=start

will load the start.php and start.html file as template and display all via the main.html file