System settings

From Expertiza_Wiki
Jump to navigation Jump to search
Field Name Type Description
id int(11) The unique record id, auto-incremented
site_name varchar(255) Site name as hosted
site_subtitle varchar(255) Description of site
footer_message varchar(255) Footer message for the site
public_role_id int(11) Public role for the ID
session_timeout int(11) Session timeout duration in seconds
default_markup_style_id int(11) ID of markup style
site_default_page_id int(11) ID for default page of site
not_found_page_id int(11) ID of custom page for page not found
permission_denied_page_id int(11) ID for custom permissions denied page
session_expired_page_id int(11) ID for custom sessions expired page
menu_depth int(11) Length of menu

E/R diagram of tables referencing system_settings table

This table is not referred by any other table in the database


E/R diagram of tables system_settings table is referencing to

The system_settings table is not referenced by any other tables


Back to Database Tables Main page.