README 355 B

12345678910
  1. This is a very simple but yet working framework.
  2. Using smarty as template management
  3. All requests are going with the $_GET variable.
  4. The values are checked and validated. If successful the right php and template file will be loaded.
  5. e.g.
  6. index.php?p=start
  7. will load the start.php and start.html file as template and display all via the main.html file