Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/mod/wiki/search.php File Reference

Go to the source code of this file.

Namespaces

namespace  mod
 

Local Library of functions for module scorm.


Variables

 $search = optional_param('searchstring', null, PARAM_ALPHANUMEXT)
 $courseid = optional_param('courseid', 0, PARAM_INT)
 $searchcontent = optional_param('searchwikicontent', 0, PARAM_INT)
 $cmid = optional_param('cmid', 0, PARAM_INT)
if(!$gid=groups_get_activity_group($cm))
if(!$subwiki=wiki_get_subwiki_by_group($cm->
instance, $gid)) if(!$wiki=wiki_get_wiki($subwiki->
wikiid)) 
$wikipage = new page_wiki_search($wiki, $subwiki, $cm)

Variable Documentation

Definition at line 32 of file search.php.

Definition at line 30 of file search.php.

$search = optional_param('searchstring', null, PARAM_ALPHANUMEXT)

Definition at line 29 of file search.php.

$searchcontent = optional_param('searchwikicontent', 0, PARAM_INT)

Definition at line 31 of file search.php.

if (!$gid=groups_get_activity_group($cm)) if (!$subwiki=wiki_get_subwiki_by_group($cm->instance, $gid)) if (!$wiki=wiki_get_wiki($subwiki->wikiid)) $wikipage = new page_wiki_search($wiki, $subwiki, $cm)

Definition at line 54 of file search.php.

 All Data Structures Namespaces Files Functions Variables Enumerations