File/lib/modules/module_blog.php

Description

This file defines a blog module for Sloodle.

Classes
Class Description
 class SloodleModuleBlog The Sloodle blog module class.
 class SloodleBlogPost Represents a single blog post
Includes
 require_once (SLOODLE_LIBROOT.'/general.php') (line 17)

General Sloodle functions.

 require_once (SLOODLE_LIBROOT.'/modules/module_base.php') (line 15)

The Sloodle module base.

Constants
SLOODLE_BLOG_VISIBILITY_PRIVATE = 'draft' (line 21)

Blog visibility identifier for private posts. (These can only be viewed by the person who posted them)

SLOODLE_BLOG_VISIBILITY_PUBLIC = 'public' (line 25)

Blog visibility identifier for public posts. (These can be viewed by anybody)

SLOODLE_BLOG_VISIBILITY_SITE = 'site' (line 23)

Blog visibility identifier for site posts. (These can be viewed by anybody who is registered on the site)

Documentation generated on Fri, 17 Jul 2009 11:01:53 +0100 by phpDocumentor 1.4.0