Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Purpose: Stores pages for the student online help system.
Version: 4.2.2

FieldTypePurpose
userIDint(10)ID of the user who's state is being stored.
state_namevarchar(255)Name of the interface object being stored.
contentvarchar(255)The value of the above interface object.
pagevarchar(255)Path and script name using the setting. This is used to get the states of all objects on a single page

...