A small simple CMS system which is built up according to how you name the tables in your database. For example if you have a table with pages for your website, and you want a menu, you create your page table in your database with a row called parent_select_menu, parent_select_menu will automaticly link to the id row in the menu table and create a dropdownlist with the name rows in the menu table, in this way you can also create submenus. You can also create radio buttons with...