Procedural File: blog.lib.php
Source Location: /main/inc/lib/blog.lib.php
Classes:
Blog
Blog class Contains several functions dealing with displaying, editing,... of a blog
Page Details:
Tags:
delete_all_blog_attachment [line 2813]
void delete_all_blog_attachment(
the $blog_id, [the $post_id = null], [the $comment_id = null])
|
|
Delete the all the attachments according the parameters.
Tags:
Parameters
| the |
$blog_id |
blog's id |
| the |
$post_id |
post's id |
| the |
$comment_id |
comment's id |
get_blog_attachment [line 2774]
array get_blog_attachment(
the $blog_id, [the $post_id = null], [the $comment_id = null])
|
|
Show a list with all the attachments according the parameter's
Tags:
Parameters
| the |
$blog_id |
blog's id |
| the |
$post_id |
post's id |
| the |
$comment_id |
comment's id |
|
|