XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
search.php File Reference

Go to the source code of this file.

Namespaces

namespace  profile
 

Variables

 $groups = $GLOBALS['xoopsUser'] ? $GLOBALS['xoopsUser']->getGroups() : array(XOOPS_GROUP_ANONYMOUS)
 
 $limit_default = 20
 
 $myts =& MyTextSanitizer::getInstance()
 
 $op = isset($_REQUEST['op']) ? $_REQUEST['op'] : "search"
 
 $searchable_types
 
 switch ($op)
 

Variable Documentation

$groups = $GLOBALS['xoopsUser'] ? $GLOBALS['xoopsUser']->getGroups() : array(XOOPS_GROUP_ANONYMOUS)

Definition at line 26 of file search.php.

$limit_default = 20

Definition at line 24 of file search.php.

Definition at line 22 of file search.php.

$op = isset($_REQUEST['op']) ? $_REQUEST['op'] : "search"

Definition at line 25 of file search.php.

$searchable_types
Initial value:
= array(
'textbox',
'select',
'radio',
'yesno',
'date',
'datetime',
'timezone',
'language')

Definition at line 27 of file search.php.

Referenced by profile_getFieldForm().

switch($op)

Definition at line 37 of file search.php.