bBlog bBlog(
mixed
&$aSmartyObj
)
|
|
void delete_post(
mixed
$postid
)
|
|
void display(
mixed
$page, [mixed
$addfooter = true], [mixed
$caching = true]
)
|
|
void edit_post(
mixed
$params
)
|
|
void format_comment(
mixed
$comment
)
|
|
void get_archives(
mixed
$opts
)
|
|
********************************************************************
* get_archives * Get a list of archives from the db ********************************************************************
void get_comment(
mixed
$postid, [mixed
$replyto = FALSE], [mixed
$raw = FALSE]
)
|
|
void get_comments(
mixed
$postid, [mixed
$replyto = FALSE]
)
|
|
void get_post(
mixed
$postid, [mixed
$draftok = FALSE], [mixed
$raw = FALSE]
)
|
|
void get_posts(
[mixed
$q = FALSE], [mixed
$raw = FALSE], [mixed
$search = FALSE]
)
|
|
********************************************************************
* get_entries * Gets blog entries from the db * array, $limit ex. " LIMIT 0,20 ", $order ex. " ORDER BY tstamp desc " * $sectionid ex = 1 * Return ********************************************************************
void get_results(
mixed
$query, [mixed
$output = OBJECT]
)
|
|
void get_row(
mixed
$query, [mixed
$output = OBJECT], [mixed
$y = 0]
)
|
|
void get_var(
mixed
$query, [mixed
$x = 0], [mixed
$y = 0]
)
|
|
void makethread(
mixed
$parcat, mixed
$table, mixed
$level
)
|
|
void make_post_query(
mixed
$params
)
|
|
void new_post(
mixed
$post
)
|
|
void prep_post(
mixed
$post
)
|
|
void query(
mixed
$query
)
|
|
void setmodifytime(
mixed
$timestamp
)
|
|
void standalone_message(
[mixed
$message_title = FALSE], [mixed
$message = FALSE], [mixed
$meta_redirect = FALSE], [mixed
$http_header = FALSE]
)
|
|
void template_message(
[mixed
$message_title = FALSE], [mixed
$message = FALSE], [mixed
$meta_redirect = FALSE], [mixed
$http_header = FALSE]
)
|
|
void userauth(
mixed
$user, mixed
$pass, [mixed
$setcookie = FALSE], [mixed
$code = 'notused']
)
|
|
void _get_comment_permalink(
mixed
&$postid, mixed
&$commentid
)
|
|
void _get_comment_trackback_url(
mixed
$postid, mixed
$commentid
)
|
|
void _get_entry_permalink(
mixed
$postid, [mixed
$fancy = true]
)
|
|
void _get_post_trackback_url(
mixed
$postid
)
|
|
void _get_rss_url(
[mixed
$sectionid = FALSE]
)
|
|
void _get_section_id(
mixed
$sectionname
)
|
|
void _get_section_link(
mixed
$sectionid
)
|
|
void _get_section_rss_link(
mixed
$sectionid
)
|
|