Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
B
$blockorder, STECore
$blocks, STECore
 by_id
 by_multi, Article
 by_name
 by_urlname, Article
C
 call_tag, STECore
 CantLoadTemplate
 CantSaveTemplate
$classname
 clean_database, ArticleExtradata
 clean_db, Plugin
$code
 Comment
 comment_form
 comment_transform_ste
 CommentRejected
 commit, Transaction
 Constants
 count_articles, Tag
 create
 create_html, Comment
 css.php
 current
$custom, Article
$custompriv, PluginPackage
$custompub, PluginPackage
The order of the blocks (an array)
Associative array of blocks (see the language definition).
public static function by_id($id)
Get by ID.
public static function by_id($id)
Gets a Comment by ID.
public static function by_id($id)
Get a Group object by ID
public static function by_id($id)
Get image by ID.
public static function by_id($id)
Gets an Multilingual object by ID.
public static function by_id($id)
Gets plugin by ID.
public static function by_id($id)
Get a repository entry by ID.
public static function by_id($id)
Gets section by ID.
public static function by_id($id)
Gets a Style object by ID.
public static function by_id($id)
Get tag by ID
public static function by_id($id)
Get a User object by ID
public static function by_multi($criterias,
$sortby,
$sortdir,
$count,
$offset,
$perpage,
$page,
&$maxpage)
Get Articles by multiple criterias
public static function by_name($name)
Get a Group object by name
public static function by_name($name)
Gets section by name.
public static function by_name($name)
Gets a Style object by name.
public static function by_name($name)
Get tag by name
public static function by_name($username)
Get a User object by username
public static function by_urlname($urlname)
Get by urlname
public function call_tag($name,
$params,
$sub)
Calling a custom tag (builtin ones can not be called)
An exception that a StorageAccess implementation can throw, if it is unable to load a template.
An exception that a StorageAccess implementation can throw, if it is unable to save a template.
Main class of the plugin.
The name of the plugins main class
function clean_database()
Clean up the database
public static function clean_db()
Performs some datadase cleanup jobs on the plugin table.
Plugin code.
The plugin code
The CSS code.
Representing a user comment
Generates a HTML form tag that allows the visitor to write a comment.
function comment_transform_ste($comment)
Transforms an Comment object to an array, so it can be accessed via a STE template.
An Exeption a comment validator can throw, if the validation failed.
public function commit()
Commit the transaction.
public function count_articles()
The number of articles that are tagged with this tag.
public static function create($urlname)
Create a new Article object.
public static function create($article,
$language)
Creates a new comment.
public static function create($name)
Creates a new group.
public static function create($name,
$file)
Create a new image
public static function create()
Creates a new Multilingual object
public static function create($password)
Create a password hash string.
public static function create()
Creates a new, empty plugin database entry
public static function create($baseurl)
Create a new repository entry from a base url.
public static function create($name)
Creates a new section.
public static function create($name)
Create a new style.
public static function create($name)
Create a new tag.
public static function create($username,
$pwhash)
Creates a new user.
public function create_html()
Applys htmlize_comment_text onto this comment’s text.
Spit out User-defined CSS styles.
(mandatory) The current page number.
Custom fields, is an array
dir2array ‘d directory that contains custom private data.
dir2array ‘d directory that contains custom public(i.e.
Close