Database table area
Usage
The table area contains all Areas of the backend.
Basically, data of this table should not be changed, because it could affect the behaviour of the backend.
Areas are systemwide ressources.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idarea | int(11)Â | Primary key (auto increment) |
parent_id | int(11) | Foreign key to this table for parents reference |
name | varchar(255) | (Internal) Name of the area |
relevant | tinyint(1) | Flag for permission checks |
online | tinyint(1) | Flag whether the area is active or not |
menuless | tinyint(1) | Flag if page of the area is menuless or not |
Generic DB information
ItemCollection | Item |
---|---|
cApiAreaCollection | cApiArea |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.