install.php - creates a database named wiki.db with 3 tables:
- admin (contains username and password of users who can edit the wiki); - page (contains id, title, text and sections that belong to the pages in the wiki); - sections (contains id, id of the page the section belongs to, title and text that belong to the sections in the wiki).
Showing
1 changed file
with
9 additions
and
52 deletions
-
Please register or sign in to post a comment