PHP Class WeibaReplyDiggModel, thinksns

Inheritance: extends Model
Show file Open project: medz/thinksns-4

Protected Properties

Property Type Description
$tableName

Public Methods

Method Description
addDigg ( $row_id, $mid )
checkIsDigg ( $row_ids, $uid ) : array 返回指定用户是否赞了指定的分享
delDigg ( $row_id, $mid )
getLastError ( )

Private Methods

Method Description
setDiggCache ( $uid, $feedId, $type = 'add' )

Method Details

addDigg() public method

public addDigg ( $row_id, $mid )

checkIsDigg() public method

返回指定用户是否赞了指定的分享
public checkIsDigg ( $row_ids, $uid ) : array
return array

delDigg() public method

public delDigg ( $row_id, $mid )

getLastError() public method

public getLastError ( )

Property Details

$tableName protected property

protected $tableName