Site controllers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
<div style="background-color: #ffcccc; border: 1px solid #cc0000; padding: 10px; margin-bottom: 20px; text-align: center;"> | |||
'''⚠ DEPRECATED: This table has been removed from the database in the latest release. This documentation is retained for historical reference only.''' | |||
</div> | |||
The Site Controllers table gives information regarding controllers with each of their permissions associated to it. | The Site Controllers table gives information regarding controllers with each of their permissions associated to it. | ||
== Site Controllers Variable Documentation == | == Site Controllers Variable Documentation == | ||
| Line 28: | Line 31: | ||
== E/R diagram for Child Tables == | == E/R diagram for Child Tables == | ||
No Tables were | No Tables were referred by the Site Controllers Table as Foreign Key Relationship. | ||
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page. | Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page. | ||
Latest revision as of 05:19, 9 December 2025
⚠ DEPRECATED: This table has been removed from the database in the latest release. This documentation is retained for historical reference only.
The Site Controllers table gives information regarding controllers with each of their permissions associated to it.
Site Controllers Variable Documentation
| 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. |
| builtin | int(11) | If the controller was builtin or was added later |
E/R diagram for Parents Tables
No Tables were referred by the Site Controllers Table as Foreign Key Relationship.
E/R diagram for Child Tables
No Tables were referred by the Site Controllers Table as Foreign Key Relationship.
Back to Database Tables Main page.