Site controllers

From Expertiza_Wiki
Revision as of 14:49, 17 May 2016 by Rkyadav (talk | contribs) (Created page with "{| class="wikitable" !Name !!Datatype !!Description |- !id |int(11) |Primary key of the entry in table, auto increments by default |- !name |varchar(255) |Names of th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Name Datatype Description
id int(11) Primary key of the entry in table, auto increments by default
name varchar(255) Names of the site_controllers provisioned; site-controllers are tables such as content_pages(typically the functions of a control panel)
permission_id int(11) The permission with which the controller is available to: FK into the PERMISSIONS table
builtin int(11) If the controller was builtin or was added later


Back to Database Tables Main page.