Loading...
 
Skip to main content

Custom Share Module 0.1dev

Architecture / Installation

Architecture / Installation


Where are Tiki's Admin Settings Stored - Config File or Database Table(s)?

posts: 19 United States

Tiki is a great application.

I am curious about where the various settings configured by the admin are stored. For instance, some features can be activated or deactivated. Is this info stored in a database table or in a config file of some sort? What is/are the file or table name(s)?

posts: 215
It is all kept in database tables, there are over 200 of them. You can use phpMyAdmin to see the tables. The feature settings are in the tiki_preferences table.