Procedural File: story.class.php
Source Location: /system/classes/story.class.php
Page Details:
This file provides a class to represent a story, or article. It provides a
finite state machine for articles. Switching them between the various states: 1) Post Data 2) Display Mode 3) Edit Mode 4) Database Mode
Tags:
STORY_AL_ALPHANUM [line 80]
STORY_AL_ANYTHING [line 83]
STORY_AL_CHECKBOX [line 82]
STORY_AL_NUMERIC [line 81]
STORY_DUPLICATE_SID [line 71]
STORY_EDIT_DENIED [line 58]
STORY_EMPTY_REQUIRED_FIELDS [line 74]
STORY_EXISTING_NO_EDIT_PERMISSION [line 72]
STORY_INVALID_SID [line 56]
STORY_LOADED_OK [line 54]
STORY_NO_ACCESS_PARAMS [line 73]
STORY_NO_ACCESS_TOPIC [line 75]
STORY_PERMISSION_DENIED [line 57]
STORY_SAVED [line 64]
STORY_SAVED_SUBMISSION [line 65]
|