|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| & | getObjects ($criteria=null, $limit=null, $start=null, $id_as_key=false) |
| & | getUids ($criteria=null, $limit=null, $start=null, $id_as_key=false) |
| getCount ($criteria=null) | |
| insert (&$user, $force=false) | |
| deleteAll ($criteria, $force=false) | |
Public Member Functions inherited from UserUsersHandler | |
| & | get ($id) |
Public Member Functions inherited from XoopsObjectGenericHandler | |
| __construct (&$db) | |
| & | create ($isNew=true) |
| getIdList ($criteria=null, $limit=null, $start=null) | |
| _getCount ($sql=null) | |
| _insert (&$obj) | |
| _update (&$obj) | |
| _makeVars4sql (&$obj) | |
| _makeCriteria4sql ($criteria) | |
| _makeCriteriaElement4sql ($criteria, &$obj) | |
| _escapeValue ($value, $type) | |
| delete (&$obj, $force=false) | |
| getDirname () | |
| getDataname () | |
| _callDelegate ( $type, &$obj) | |
Public Member Functions inherited from XoopsObjectHandler | |
| & | create () |
| insert (&$object) | |
| delete (&$object) | |
Additional Inherited Members | |
Data Fields inherited from UserUsersHandler | |
| $mTable = 'users' | |
| $mPrimary = 'uid' | |
| $mClass = 'UserUsersObject' | |
Data Fields inherited from XoopsObjectGenericHandler | |
| $mTable = null | |
| $mPrimary = null | |
| $mClass = null | |
| $mDirname = null | |
| $mDataname = null | |
| $_mDummyObj = null | |
Data Fields inherited from XoopsObjectHandler | |
| $db | |
Definition at line 9 of file users_search.php.
| deleteAll | ( | $criteria, | |
| $force = false ) |
Delete plural objects by $criteria. If the sub-class want to override the procedure of delete, delete() is better. This member function fetches objects by $criteria and casts these objects into delete() inside.
| Criteria | $criteria | |
| bool | $force |
Reimplemented from XoopsObjectGenericHandler.
Definition at line 205 of file users_search.php.
| getCount | ( | $criteria = null | ) |
Reimplemented from XoopsObjectGenericHandler.
Definition at line 146 of file users_search.php.
| & getObjects | ( | $criteria = null, | |
| $limit = null, | |||
| $start = null, | |||
| $id_as_key = false ) |
Return array of object with $criteria.
@access public
| CriteriaElement | $criteria | |
| int | $limit | |
| int | $start | |
| bool | $id_as_key |
Reimplemented from UserUsersHandler.
Definition at line 11 of file users_search.php.
| & getUids | ( | $criteria = null, | |
| $limit = null, | |||
| $start = null, | |||
| $id_as_key = false ) |
Return the array which consists of an integer as the uid. This member function is more speedy than getObjects().
| null | $criteria | |
| null | $limit | |
| null | $start | |
| bool | $id_as_key |
Reimplemented from UserUsersHandler.
Definition at line 92 of file users_search.php.
| insert | ( | & | $user, |
| $force = false ) |
Reimplemented from UserUsersHandler.
Definition at line 165 of file users_search.php.