|
XOOPS 2.5.6
Final
|
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) | |
| $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.
| $myts =& MyTextSanitizer::getInstance() |
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 |
Definition at line 27 of file search.php.
Referenced by profile_getFieldForm().
| switch($op) |
Definition at line 37 of file search.php.