Controller actions

From Expertiza_Wiki
Revision as of 14:47, 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 |- !site_controller_id |int(11) |FK ...")
(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
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


Back to Database Tables Main page.