Database table frontendpermissions
Usage
The table frontendpermissions defines permissions for frontend users.
Frontendpermissions are clientwide ressources.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idfrontendpermission | int(11)Â | Primary key (auto increment) |
idfrontendgroup | int(11) | Foreign key to table frontendgroups |
idlang | int(11) | Foreign key to table lang |
plugin | varchar(255) | ? |
action | varchar(255) | ? |
item | varchar(255) | ? |
Generic DB information
ItemCollection | Item |
---|---|
cApiFrontendPermissionCollection | cApiFrontendPermission |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.