state
Purpose: Stores pages for the student online help system.
Field | Type | Purpose |
---|---|---|
userID | int(10) | ID of the user who's state is being stored. |
state_name | varchar(255) | Name of the interface object being stored. |
content | varchar(255) | The value of the above interface object. |
page | varchar(255) | Path and script name using the setting. This is used to get the states of all objects on a single page |
See also: State