XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
Profile_DataHandler Class Reference
Inheritance diagram for Profile_DataHandler:
XoopsObjectGenericHandler XoopsObjectHandler

Public Member Functions

 insert (&$obj, $force=false)
 
- Public Member Functions inherited from XoopsObjectGenericHandler
 __construct (&$db)
 
create ($isNew=true)
 
get ($id)
 
getObjects ($criteria=null, $limit=null, $start=null, $id_as_key=false)
 
 getIdList ($criteria=null, $limit=null, $start=null)
 
 getCount ($criteria=null)
 
 _getCount ($sql=null)
 
 _insert (&$obj)
 
 _update (&$obj)
 
 _makeVars4sql (&$obj)
 
 _makeCriteria4sql ($criteria)
 
 _makeCriteriaElement4sql ($criteria, &$obj)
 
 _escapeValue ($value, $type)
 
 delete (&$obj, $force=false)
 
 deleteAll ($criteria, $force=false)
 
 getDirname ()
 
 getDataname ()
 
 _callDelegate ( $type, &$obj)
 
- Public Member Functions inherited from XoopsObjectHandler
create ()
 
 insert (&$object)
 
 delete (&$object)
 

Data Fields

 $mTable = 'profile_data'
 
 $mPrimary = 'uid'
 
 $mClass = 'Profile_DataObject'
 
- Data Fields inherited from XoopsObjectGenericHandler
 $mTable = null
 
 $mPrimary = null
 
 $mClass = null
 
 $mDirname = null
 
 $mDataname = null
 
 $_mDummyObj = null
 
- Data Fields inherited from XoopsObjectHandler
 $db
 

Detailed Description

Definition at line 80 of file Data.class.php.

Member Function Documentation

◆ insert()

insert ( & $obj,
$force = false )

Reimplemented from XoopsObjectGenericHandler.

Definition at line 86 of file Data.class.php.

Field Documentation

◆ $mClass

$mClass = 'Profile_DataObject'

Definition at line 84 of file Data.class.php.

◆ $mPrimary

$mPrimary = 'uid'

Definition at line 83 of file Data.class.php.

◆ $mTable

$mTable = 'profile_data'

Definition at line 82 of file Data.class.php.


The documentation for this class was generated from the following file: