yana

phpDocumentor v 1.4.0

Class plugin_blog

Description

«plugin» class "plugin_blog"
  • access: public
Plugin
   |
   --plugin_blog
Method Summary

Methods

Constructor
plugin_blog plugin_blog (
string $name
)
List of parameters:
Name Type Description
$name string a name for this plugin
Description:
  • access: public
  • name: plugin_blog::__construct()
alias of plugin_blog::blog_write_new_blog()
bool blog_add_new_blog (
array $ARGS
)
List of parameters:
Name Type Description
$ARGS array array of params passed to the function
Description:
returns bool(true) on success and bool(false) on error
Type: write Permission: 0 Templates: MESSAGE
  • access: public
  • name: plugin_blog::blog_add_new_blog()
alias of plugin_blog::blog_write_new_blogcmt()
bool blog_add_new_blogcmt (
array $ARGS
)
List of parameters:
Name Type Description
$ARGS array array of params passed to the function
Description:
returns bool(true) on success and bool(false) on error
Type: write Permission: 0 Templates: MESSAGE
  • access: public
  • name: plugin_blog::blog_add_new_blogcmt()
provide form to create new blog-entry
bool blog_default_new_blog (
array $ARGS
)
List of parameters:
Name Type Description
$ARGS array array of params passed to the function
Description:
returns bool(true) on success and bool(false) on error
Type: default Permission: 0 Templates: BLOG_NEW_BLOG
  • access: public
  • name: plugin_blog::blog_default_new_blog()
list of latest blog entries
bool blog_list (
array $ARGS
)
List of parameters:
Name Type Description
$ARGS array array of params passed to the function
Description:
returns bool(true) on success and bool(false) on error
Type: read Permission: 0 Templates: BLOG_LIST
  • access: public
  • name: plugin_blog::blog_list()
provide edit-form
bool blog_read_edit_blog (
array $ARGS
)
List of parameters:
Name Type Description
$ARGS array array of params passed to the function
Description:
returns bool(true) on success and bool(false) on error
Type: read Permission: 75 Templates: BLOG_EDIT_BLOG
  • access: public
  • name: plugin_blog::blog_read_edit_blog()
Edit comments
bool blog_read_edit_blogcmt (
array $ARGS
)
List of parameters:
Name Type Description
$ARGS array array of params passed to the function
Description:
Type: read Permission: 0 Templates: BLOG_READ_EDIT_BLOGCMT
  • access: public
  • name: plugin_blog::blog_read_edit_blogcmt()
view block entries (simple form)
bool blog_read_read_blog (
array $ARGS
)
List of parameters:
Name Type Description
$ARGS array array of params passed to the function
Description:
returns bool(true) on success and bool(false) on error
Type: read Permission: 0 Templates: BLOG_READ_BLOG
  • access: public
  • name: plugin_blog::blog_read_read_blog()
view block entries and comments
bool blog_read_read_seperated_blog (
array $ARGS
)
List of parameters:
Name Type Description
$ARGS array array of params passed to the function
Description:
returns bool(true) on success and bool(false) on error
Type: read Permission: 0 Templates: BLOG_READ_SEPERATED_BLOG
  • access: public
  • name: plugin_blog::blog_read_read_seperated_blog()
provide search-form for blog
bool blog_read_search_blog (
array $ARGS
)
List of parameters:
Name Type Description
$ARGS array array of params passed to the function
Description:
returns bool(true) on success and bool(false) on error
Type: read Permission: 0 Templates: BLOG_SEARCH_BLOG
  • access: public
  • name: plugin_blog::blog_read_search_blog()
produce RSS-feed
bool blog_rss (
array $ARGS
)
List of parameters:
Name Type Description
$ARGS array array of params passed to the function
Description:
returns bool(true) on success and bool(false) on error
Type: read Permission: 0 Templates: NULL
  • access: public
  • name: plugin_blog::blog_rss()
remove a blog-entry
bool blog_write_delete_blog (
array $ARGS
)
List of parameters:
Name Type Description
$ARGS array array of params passed to the function
Description:
returns bool(true) on success and bool(false) on error
Type: write Permission: 75 Templates: MESSAGE
  • access: public
  • name: plugin_blog::blog_write_delete_blog()
remove blog-comment from database
bool blog_write_delete_blogcmt (
array $ARGS
)
List of parameters:
Name Type Description
$ARGS array array of params passed to the function
Description:
returns bool(true) on success and bool(false) on error
Type: write Permission: 75 Templates: MESSAGE
  • access: public
  • name: plugin_blog::blog_write_delete_blogcmt()
save changes made in edit-form
bool blog_write_edit_blog (
array $ARGS
)
List of parameters:
Name Type Description
$ARGS array array of params passed to the function
Description:
returns bool(true) on success and bool(false) on error
Type: write Permission: 75 Templates: MESSAGE
  • access: public
  • name: plugin_blog::blog_write_edit_blog()
update a blog-comment in database
bool blog_write_edit_blogcmt (
array $ARGS
)
List of parameters:
Name Type Description
$ARGS array array of params passed to the function
Description:
returns bool(true) on success and bool(false) on error
Type: write Permission: 75 Templates: MESSAGE
  • access: public
  • name: plugin_blog::blog_write_edit_blogcmt()
write new blog-entry to database
bool blog_write_new_blog (
array $ARGS
)
List of parameters:
Name Type Description
$ARGS array array of params passed to the function
Description:
returns bool(true) on success and bool(false) on error
Type: write Permission: 0 Templates: MESSAGE
  • access: public
  • name: plugin_blog::blog_write_new_blog()
write new blog-comment to database
bool blog_write_new_blogcmt (
array $ARGS
)
List of parameters:
Name Type Description
$ARGS array array of params passed to the function
Description:
returns bool(true) on success and bool(false) on error
Type: write Permission: 0 Templates: MESSAGE
  • access: public
  • name: plugin_blog::blog_write_new_blogcmt()
inherited from base classes

Inherited From Plugin

Documentation generated on Sat, 03 Jan 2009 22:22:40 +0100 by phpDocumentor 1.4.0

yana author: Thomas MeyerHomepage: www.yanaframework.net