\MemberShops

会员购物车类

Summary

Methods
Properties
Constants
__construct()
MemberShops()
MakeOrders()
addItem()
delItem()
clearItem()
getItems()
getOneItem()
cartCount()
priceCount()
enCrypt()
deCrypt()
mchStrCode()
enCode()
saveCookie()
getCookie()
$OrdersId
$productsId
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$OrdersId

$OrdersId : 

Type

$productsId

$productsId : 

Type

Methods

__construct()

__construct() 

MemberShops()

MemberShops() 

MakeOrders()

MakeOrders() : string

创建一个专有订单编号

Returns

string

addItem()

addItem(string  $id, string  $value) : void

添加一个商品编号及信息

Parameters

string $id

购物车ID

string $value

delItem()

delItem(string  $id) : void

删去一个带编号的商品

Parameters

string $id

购物车ID

clearItem()

clearItem() : string

清空购物车商品

Returns

string

getItems()

getItems() : array

得到订单记录

Returns

array

getOneItem()

getOneItem(string  $id) : array

得到指定商品信息

Parameters

string $id

购物车ID

Returns

array

cartCount()

cartCount() : integer

获得购物车中的商品数

Returns

integer

priceCount()

priceCount() : string

获得购物车中的总金额

Returns

string

enCrypt()

enCrypt(  $txt) 

Parameters

$txt

deCrypt()

deCrypt(  $txt) 

Parameters

$txt

mchStrCode()

mchStrCode(  $string,   $operation = 'ENCODE') 

Parameters

$string
$operation

enCode()

enCode(  $array) 

Parameters

$array

saveCookie()

saveCookie(  $key,   $value) 

Parameters

$key
$value

getCookie()

getCookie(  $key) 

Parameters

$key