Database table system_prop
Usage
The table system_prop contains values of system properties.
System property is a systemwide ressource.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idsystemprop | int(11) | Primary key (auto increment) |
type | varchar(96) | Type of the property |
name | varchar(96) | Name of the property |
value | text | Value of the property |
Generic DB information
ItemCollection | Item |
---|---|
cApiSystemPropertyCollection | cApiSystemProperty |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.