Class plugin_blog
Description
    
                
«plugin» class "plugin_blog"
    
        
        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:
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
 
    
        
     
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
 
    
        
     
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
 
    
        
     
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
 
    
        
     
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
 
    
        
     
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
 
    
        
     
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
 
    
        
     
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
 
    
        
     
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
 
    
        
     
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
 
    
        
     
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
 
    
        
     
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
 
    
        
     
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
 
    
        
     
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
 
    
        
     
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
 
    
        
     
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
 
    
        
     
                            
                inherited from base classes
                                    Inherited From Plugin
                    
                                     
     
    
        Documentation generated on Sat, 03 Jan 2009 22:22:40 +0100 by phpDocumentor 1.4.0