C D E F G H I M S T _

C

client - class client.
Client part support for Article System.
A set of database querying methods for getting client part data from the Article System database.
client(var, var, var, var) - Constructor for class client
Contructor of client class.
connect() - Method in class client
Connect to the database.
content(var) - Method in class gui
Switch to 'content' section of a document.

D

display_article(var) - Method in class client
An example of article rendering function.

E

end() - Method in class gui
Finalize rendering of the document.

F

format_signature(var) - Method in class client
Return formatted signature from an unformatted one.

G

get_adata(var) - Method in class client
Return specified part of last loaded (with get_article) article.
get_archived_article(var) - Method in class client
Fill in local var and return detailed article data of given article.
get_archived_issue(var) - Method in class client
Returns data on issue given by id, which is currently archived.
get_article_special(var, var, var) - Method in class client
Fill in local var and return detailed article data of given article.
get_article(var) - Method in class client
Fill in local var and return detailed article data of given article.
get_body_attr() - Method in class gui
Return string with default body attributes.
get_current_article(var) - Method in class client
Fill in local var and return detailed article data of given article.
get_current_issue() - Method in class client
Returns data on currently active issue.
get_formatted(var) - Method in class client
Return specified part of last loaded (with get_article) article with custom formatting.
get_group_articles(var) - Method in class client
Returns basic data of articles of given group.
get_group_by(var, var) - Method in class client
Return group data of group specified by given column name and it's value.
get_group(var) - Method in class client
Return data of group specified by id.
get_groups(var) - Method in class client
Return list of exported article groups.
get_image(var, var, var) - Method in class gui
Return image anchor.
get_issue_archive() - Method in class client
Returns data on archived issues.
get_issue_articles(var) - Method in class client
Returns basic data of articles in given issue.
get_issue_menu(var, var) - Method in class client
Returns menu of given issue as linkset class.
get_next_archived_issue(var) - Method in class client
Returns next archived issue id from given $id.
get_previous_archived_issue(var) - Method in class client
Returns previous archived issue id from given $id.
get_table_attr() - Method in class gui
Return string with default table attributes.
glue(var, var) - Method in class gui
Insert invisible image of specified width/height.
gui - class gui.
GUI class to help render the final HTML.
Based on switching between two different rendering modes (special / content).
gui(var, var, var, var, var) - Constructor for class gui
 

H

heading(var) - Method in class gui
Create a heading from given string.

I

is_archived(var) - Method in class client
Test if given issue id is of archived issue.
is_current(var) - Method in class client
Test if given article id is from current issue.

M

menu_begin(var, var, var, var) - Method in class gui
Start menu rendering - creates first menu boxes from given values.
menu_end() - Method in class gui
Finalize menu rendering.
menu_next(var) - Method in class gui
Menu rendering function - creates another menu boxes from given values.
menu(var, var, var, var) - Method in class gui
Menu rendering function.

S

separator() - Method in class gui
Create a separator in currently active section (special/content)
special(var) - Method in class gui
Switch to 'special' section of a document.
start(var) - Method in class gui
Start rendering of a document.

T

test_fake_issue(var, var, var) - Method in class client
Get an issue to display with respect to fake issue input.

_

_content_end() - Method in class gui
Finalize current content.
_content_start() - Method in class gui
.
_document_end() - Method in class gui
 
_document_start() - Method in class gui
 
_open_head() - Method in class gui
 
_separator() - Method in class gui
 
_special_end() - Method in class gui
 
_special_start() - Method in class gui
 

C D E F G H I M S T _