Controller actions: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| class="wikitable" !Name !!Datatype !!Description |- !id |int(11) |Primary key of the entry in table, auto increments by default |- !site_controller_id |int(11) |FK ...") |
No edit summary |
||
Line 1: | Line 1: | ||
The Controller Actions table gives information regarding the Actions of each of the controllers. | |||
== Controller Actions Variable Documentation == | |||
{| class="wikitable" | {| class="wikitable" | ||
!Name !!Datatype !!Description | !Name !!Datatype !!Description | ||
Line 22: | Line 25: | ||
|URL used as response to the action generated | |URL used as response to the action generated | ||
|} | |} | ||
== E/R diagram for Parents Tables == | |||
No Tables were referred by the Controller Actions Table as Foreign Key Relationship. | |||
== E/R diagram for Child Tables == | |||
No Tables were referred by the Controller Actions 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://wikis.lib.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page. | Back to [http://wikis.lib.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page. |
Revision as of 23:09, 24 April 2018
The Controller Actions table gives information regarding the Actions of each of the controllers.
Controller Actions Variable Documentation
Name | Datatype | Description |
---|---|---|
id | int(11) | Primary key of the entry in table, auto increments by default |
site_controller_id | int(11) | FK into SITE_CONTROLLERS; the different “ control panel options |
name | varchar(255) | Name identifier of the controller action |
permission_id | int(11) | FK into the permissions table. |
url_to_use | varchar(255) | URL used as response to the action generated |
E/R diagram for Parents Tables
No Tables were referred by the Controller Actions Table as Foreign Key Relationship.
E/R diagram for Child Tables
No Tables were referred by the Controller Actions Table as Foreign Key Relationship.
Back to Database Tables Main page.
Back to Database Tables Main page.