PHP 클래스 BxDolProfile, dolphin.pro

파일 보기 프로젝트 열기: boonex/dolphin.pro 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$_aCouple
$_aProfile
$_iCoupleID
$_iProfileID
$bCouple

공개 메소드들

메소드 설명
__construct ( $vProfileID, $bWithEmail = 1 ) : User Constructor
getID ( $vID = false, $bWithEmail = 1 )
getMembershipStatus ( $iPrifileID, $offer_upgrade = true, $credits ) Print code for membership status $memberID - member ID $offer_upgrade - will this code be printed at [c]ontrol [p]anel $credits - will print credits status if $credits == 1
getNickName ( ) *function getProfileLastOnlinePeriod( $lastNavTime ) {
getPassword ( )
getProfileData ( ) return assoc array of all frofile fields
getProfileImageUrl ( unknown_type $imageNum ) return link to profile image only.
getProfileThumbnail ( unknown_type $float ) Enter description here.
updateProfileData ( array $aData ) Update profile info to database
updateProfileDataFile ( integer $iProfileID ) function create cache data file

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $vProfileID, $bWithEmail = 1 ) : User
리턴 User

getID() 공개 메소드

public getID ( $vID = false, $bWithEmail = 1 )

getMembershipStatus() 공개 메소드

Print code for membership status $memberID - member ID $offer_upgrade - will this code be printed at [c]ontrol [p]anel $credits - will print credits status if $credits == 1
public getMembershipStatus ( $iPrifileID, $offer_upgrade = true, $credits )

getNickName() 공개 메소드

}
public getNickName ( )

getPassword() 공개 메소드

public getPassword ( )

getProfileData() 공개 메소드

return assoc array of all frofile fields
public getProfileData ( )

getProfileImageUrl() 공개 메소드

return link to profile image only.
public getProfileImageUrl ( unknown_type $imageNum )
$imageNum unknown_type

getProfileThumbnail() 공개 메소드

..
public getProfileThumbnail ( unknown_type $float )
$float unknown_type

updateProfileData() 공개 메소드

Update profile info to database
public updateProfileData ( array $aData )
$aData array where the key of the array is name of database table field example: $aData['Sex'] = 'male';

updateProfileDataFile() 공개 메소드

function create cache data file
public updateProfileDataFile ( integer $iProfileID )
$iProfileID integer

프로퍼티 상세

$_aCouple 공개적으로 프로퍼티

public $_aCouple

$_aProfile 공개적으로 프로퍼티

public $_aProfile

$_iCoupleID 공개적으로 프로퍼티

public $_iCoupleID

$_iProfileID 공개적으로 프로퍼티

public $_iProfileID

$bCouple 공개적으로 프로퍼티

public $bCouple