|
XOOPS
2.6.0
|
Go to the source code of this file.
Functions | |
| addCriteria (CriteriaCompo $criteria, $column, $value, $match) | |
Variables | |
| $member_handler = $xoops->getHandlerMember() | |
| $myts = MyTextSanitizer::getInstance() | |
| $op = $system->cleanVars($_REQUEST, 'op', 'default', 'string') | |
| $uid = $system->cleanVars($_REQUEST, 'uid', 0) | |
| $xoops = Xoops::getInstance() | |
| addCriteria | ( | CriteriaCompo | $criteria, |
| $column, | |||
| $value, | |||
| $match | |||
| ) |
addCriteria - add a criteria for a column enforcing XOOPS_MATCH_* rules
| CriteriaCompo | $criteria | A CriteriaCompo object to add to |
| string | $column | column name |
| int | string | $value | column value |
| integer | $match | A XOOPS_MATCH_* value |
Definition at line 829 of file main.php.
References Xoops\Core\Kernel\CriteriaCompo\add(), XOOPS_MATCH_CONTAIN, XOOPS_MATCH_END, XOOPS_MATCH_EQUAL, and XOOPS_MATCH_START.

| $myts = MyTextSanitizer::getInstance() |
| $op = $system->cleanVars($_REQUEST, 'op', 'default', 'string') |
| $xoops = Xoops::getInstance() |