Database table nav_sub
Usage
The table nav_sub handles the backend sub navigation.
Sub navigation is a systemwide ressource.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idnavs | int(11) | Primary key (auto increment) |
idnavm | int(11) | Foreign key to table nav_main |
idarea | int(11) | Foreign key to table area |
level | int(11) | Level of the menu entry |
location | varchar(255) | Location in the navigation.xml |
online | tinyint(1) | Flag whether this navigation entry is active or not |
Generic DB information
ItemCollection | Item |
---|---|
cApiNavSubCollection | cApiNavSub |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.