A B C D E F G I K M P R S T U _

A

add_unique(var, var) - Method in class stats
Insert user_agent entry into Stats_user_agent and log basic quantity of requests from those various user agents.
assign(var) - Method in class db_images
Assign image to given item (specified by $table & $id).
author(var) - Method in class document
Adds "author" meta to doc's meta tags.

B

begin() - Method in class gui
[Overridden] Opens body tag.
begin() - Method in class document
Generate document header.

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_articles - class client_articles.
Client part support for Article System.
Functions to handle articles on the client side.
client_articles(var, var) - Constructor for class client_articles
 
client_entity - class client_entity.
Client part support for Article System.
Abstract class for client entity.
client_entity(var, var) - Constructor for class client_entity
 
client_groups - class client_groups.
Client part support for Article System.
Functions to handle groups on the client side.
client_groups(var, var, var) - Constructor for class client_groups
 
client_issues - class client_issues.
Client part support for Article System.
Functions to handle issues on the client side.
client_issues(var, var, var) - Constructor for class client_issues
 
client_users - class client_users.
Client part support for Article System.
Functions to handle volumes on the client side.
client_users(var, var, var) - Constructor for class client_users
 
client_volumes - class client_volumes.
Client part support for Article System.
Functions to handle volumes on the client side.
client_volumes(var, var) - Constructor for class client_volumes
 
client(var, var, var, var, var, var) - Constructor for class client
Contructor of client class.
connect() - Method in class client
Connect to the database.
created(var) - Method in class document
Adds "created" meta to doc's meta tags.

D

db_entity - class db_entity.
Abstract class for an entity in DB.
Used to simplify SELECT SQL queries and rendering of the results.

Note: This is Article System specific class.
db_entity(var) - Constructor for class db_entity
Sets up the db_entity table name.
db_images - class db_images.
Class for Images entity in ArtSys DB.
Contains custom SELECT SQL queries.
Images are stored in two directories on disk: image_dir and upload_dir.

Note: This is Article System specific class.
db_images(var, var, var, var) - Constructor for class db_images
Contructor of db_images class.
delete_comment(var) - Method in class client_articles
Delete specific comment.
delete(var) - Method in class db_entity
Executes a DB DELETE query.
delete(var, var) - Method in class db_images
TODO
display_article(var) - Method in class client
 
display_help(var, var) - Method in class gui
Display context help
document - class document.
Document class.
Helps rendering basic HTML content, like document definition, header and metas.

Note: This class does not use tag_writer (it's useless until <body>, which is not rendered by this class)
document(var) - Constructor for class document
Set up the default values.

E

end() - Method in class gui
[Overridden] Closes body tag too.
end() - Method in class document
Generate end of the document.
error_report() - Method in class db_entity
Prints formatted error message.
exists(var) - Method in class db_images
Check physical existence of the image file on disk.

F

feed_form_button(var, var, var, var) - Method in class db_images
Insert 'use' button, that will feed target form item with the name of image given by id.

G

get_adata(var) - Method in class client_articles
Return specified part of last loaded (with get_article) article.
get_all_assigned(var, var) - Method in class db_images
Return all images assigned to given item (specified by $table & $id).
get_all_groups(var, var, var) - Method in class client_articles
Returns all groups of given article.
get_all(var) - Method in class client_groups
Return list of exported article groups.
get_all(var) - Method in class client_users
 
get_all(var) - Method in class client_volumes
Returns all volumes in db.
get_archive(var) - Method in class client_issues
Returns data on archived issues.
get_articles(var) - Method in class client_issues
Returns basic data of articles in given issue.
get_articles(var) - Method in class client_users
Returns basic data of articles by given user.
get_articles(var, var) - Method in class client_groups
Returns basic data of articles of given group.
get_assigned(var, var, var) - Method in class db_images
Return image assigned to given item (specified by $table, $id and $ident).
get_assoc(var, var, var, var) - Method in class db_entity
Returns an associative array based on two DB entity columns.
get_by_counter(var, var, var) - Method in class client_articles
Return articles according to counter, sorted from most visited to least.
get_by_rating(var, var, var) - Method in class client_articles
Return articles according to rating (with non-zero rating), sorted from best to worst.
get_by(var, var) - Method in class client_groups
Return group data of group specified by given column name and it's value.
get_by(var, var, var, var) - Method in class client_entity
Return entity data of entity specified by given column name and it's value.
get_children(var, var) - Method in class client_groups
Alias for get_groups.
get_comment(var, var, var) - Method in class client_articles
Get specific comment data for given article.
get_comments(var) - Method in class client_articles
Get comments for given article.
get_description(var) - Method in class db_images
Return image description.
get_destination(var) - Method in class db_images
Return image "href" parameter aka.
get_dir(var) - Method in class db_images
Returns the directory for an image given by id.
get_error() - Method in class db_entity
Returns text of the last error.
get_filename(var) - Method in class db_images
Returns the filename of an image given by id.
get_full_url(var, var, var) - Method in class db_images
Returns full URL for an image given by id.
get_groups(var, var) - Method in class client_groups
Returns data of groups with parent group of given id.
get_id(var) - Method in class db_images
Returns id of an image given by filename.
get_image_assignment(var, var) - Method in class client_entity
Return entity-assigned image id (assignment data).
get_image_link(var, var, var, var) - Method in class client_entity
Return entity specific image tag as a link, if available.
get_image_tag(var, var, var) - Method in class client_entity
Return entity specific image tag.
get_image(var, var) - Method in class client_entity
Return entity-assigned image data.
get_issues(var, var) - Method in class client_volumes
Returns data on issues from given volume.
get_menu(var, var) - Method in class client_issues
Returns menu of given issue as linkset class.
get_name() - Method in class db_entity
Return name of this entity
get_next(var, var) - Method in class client_articles
Return next article in an issue from given article, if any.
get_next(var, var) - Method in class client_issues
Returns next archived issue id from given $id.
get_num_comments(var) - Method in class client_articles
Get number of comments for given article.
get_one_cached(var) - Method in class db_images
Like get_one, but it caches the results of the last query.
get_one(var, var) - Method in class db_entity
Executes a DB SELECT query as get, but returns just the first value.
get_path(var, var, var) - Method in class db_images
Returns full directory path for an image given by id.
get_previous(var, var) - Method in class client_articles
Return previous article in an issue from given article, if any.
get_previous(var, var) - Method in class client_issues
Returns previous archived issue id from given $id.
get_publishing(var) - Method in class client_users
Return data of users that are authors of published articles.
get_related(var) - Method in class client_articles
Return list of related articles.
get_root() - Method in class client_groups
Return data of top level (root) group.
get_select_data(var) - Method in class db_images
Returns an associative array with letter for filter.
get_size_array(var, var, var, var) - Method in class db_images
Return size array as PHP function getimagesize() for image existing in database.
get_size(var) - Method in class db_images
Return array with image sizes.
get_special(var, var, var) - Method in class client_articles
Return detailed article data of given article.
get_tag(var, var) - Method in class db_images
Return image tag.
get_url(var) - Method in class db_images
Returns the URL path for an image given by id.
get_window_size(var, var) - Method in class db_images
Return array with window sizes ( * @param $w Image width.
get(var) - Method in class client_groups
Return data of group specified by id.
get(var, var) - Method in class client_users
 
get(var, var) - Method in class client_volumes
Return volume data.
get(var, var) - Method in class db_entity
Executes a DB SELECT query.
Note: this uses abstract_db::get_result_array, so the result array can be either numeric, associative or both.
get(var, var, var) - Method in class client_issues
Returns data on a visible issue.
gui - class gui.
GUI class to help render the final HTML.
Based on document class, but "knows" more about artsys.
gui(var, var, var, var) - Constructor for class gui
Calls super class constructor and sets up some more things.

I

images_begin() - Method in class gui
Render "main" part of images window.
images_end() - Method in class gui
Close "main" part of images window.
increase_counter(var) - Method in class client_articles
Article display counter advancing.
insert_comment(var) - Method in class client_articles
Insert article comment.
insert_uploaded(var, var) - Method in class db_images
TODO
is_archived(var) - Method in class client_issues
Test if given issue id is of archived issue.
is_current(var) - Method in class client_articles
Test if given article id is from current issue.
is_published(var) - Method in class db_images
Get state of the image file (it's either 'published' or 'uploaded').
Returns true/false/-1 on error.
is_unique(var) - Method in class db_images
Check, if the filename is unique (for both dirs).

K

keywords(var) - Method in class document
Adds "keywords" meta to doc's meta tags.

M

main_begin() - Method in class gui
Render "main" part of the document - the included subsection data.
main_end() - Method in class gui
Close "main" part of the document.
main_menu_begin() - Method in class gui
Render menu of the main document.
main_menu_end() - Method in class gui
Close menu of the main document.
menu_info(var, var) - Method in class gui
Render right part of top menu - info.
menu_modules(var, var) - Method in class gui
Menu rendering function.
menu_sections(var, var, var) - Method in class gui
Render middle part of top menu - section buttons.
meta(var, var, var, var) - Method in class document
Create META tag.

P

preview_button(var, var, var, var, var) - Method in class db_images
Insert preview button for this image.
Optional $taset attribute uses special "input.image_controls" value.
publish(var, var) - Method in class db_images
TODO

R

rename(var, var, var) - Method in class db_images
TODO

S

script_inline(var) - Method in class gui
Include a script inline.
script(var) - Method in class document
Add a script file to document header.
select_box(var, var, var, var, var, var, var) - Method in class client_entity
Duplicite with admin site (db_entity)! A HTML form select box renderer.
Creates a select box based on the results of previous DB query.
select_box(var, var, var, var, var, var, var) - Method in class db_entity
A HTML form select box renderer.
Creates a select box based on the results of previous DB query.
stats - class stats.
Client site statistics tool.
stats(var, var) - Constructor for class stats
Set session_var name, register user_agent and perform sweep(), if first in session.
style(var, var, var) - Method in class document
Add a style file to document header.
sweep() - Method in class stats
Remove entries with old timestamps.

T

test_fake_issue(var, var, var) - Method in class client
 

U

unassign_all(var, var) - Method in class db_images
Un-assign all images from given item.
unique_rating(var) - Method in class stats
Update Stats_unique rating - article can be rated once per session.
unpublish(var) - Method in class db_images
TODO
update_rating(var, var) - Method in class client_articles
Update article rating.
update_user_agent(var) - Method in class stats
Insert user_agent entry into Stats_user_agent and log basic quantity of requests from those various user agents.

_

_array_print(var, var) - Method in class document
Output an array.
_assigned_column(var) - Method in class db_images
Return the name of the column containing id.
_assigned_specification(var, var, var) - Method in class db_images
Return part of db query specifying wanted id.
_assigned_title(var) - Method in class db_images
TODO
_body() - Method in class gui
Custom body tag rendering.
_default_metas() - Method in class gui
[Overridden] Sets up some more metas.
_default_metas() - Method in class document
Extension for subclasses.
_move(var, var, var) - Method in class db_images
Move image to or from upload directory.

A B C D E F G I K M P R S T U _