Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/blog/index.php File Reference

Go to the source code of this file.

Variables

 $id = optional_param('id', null, PARAM_INT)
 $start = optional_param('formstart', 0, PARAM_INT)
 $tag = optional_param('tag', '', PARAM_NOTAGS)
 $userid = optional_param('userid', null, PARAM_INT)
 $tagid = optional_param('tagid', null, PARAM_INT)
 $modid = optional_param('modid', null, PARAM_INT)
 $entryid = optional_param('entryid', null, PARAM_INT)
 $groupid = optional_param('groupid', null, PARAM_INT)
 $courseid = optional_param('courseid', null, PARAM_INT)
 $search = optional_param('search', null, PARAM_RAW)
 $url_params = compact('id', 'start', 'tag', 'userid', 'tagid', 'modid', 'entryid', 'groupid', 'courseid', 'search')
if(empty($CFG->bloglevel)) if(!empty($tag))
if(!empty($modid)&&empty($courseid))
if(!empty($groupid)&&empty($courseid)) 
$sitecontext = get_context_instance(CONTEXT_SYSTEM)
 if ($CFG->enablerssfeeds)
 $bloglisting = new blog_listing($blogheaders['filters'])

Variable Documentation

$bloglisting = new blog_listing($blogheaders['filters'])

Definition at line 235 of file index.php.

Definition at line 24 of file index.php.

$entryid = optional_param('entryid', null, PARAM_INT)

Definition at line 22 of file index.php.

$groupid = optional_param('groupid', null, PARAM_INT)

Definition at line 23 of file index.php.

$id = optional_param('id', null, PARAM_INT)

file index.php index page to view blogs. if no blog is specified then site wide entries are shown if a blog id is specified then the latest entries from that blog are shown

Definition at line 16 of file index.php.

Definition at line 21 of file index.php.

Definition at line 25 of file index.php.

if (empty($CFG->bloglevel)) if (!empty($tag)) if (!empty($modid)&&empty($courseid)) if (!empty($groupid)&&empty($courseid)) $sitecontext = get_context_instance(CONTEXT_SYSTEM)

Definition at line 59 of file index.php.

$start = optional_param('formstart', 0, PARAM_INT)

Definition at line 17 of file index.php.

$tag = optional_param('tag', '', PARAM_NOTAGS)

Definition at line 18 of file index.php.

$tagid = optional_param('tagid', null, PARAM_INT)

Definition at line 20 of file index.php.

$url_params = compact('id', 'start', 'tag', 'userid', 'tagid', 'modid', 'entryid', 'groupid', 'courseid', 'search')

Definition at line 29 of file index.php.

Definition at line 19 of file index.php.

if($CFG->enablerssfeeds)

Definition at line 212 of file index.php.

 All Data Structures Namespaces Files Functions Variables Enumerations