Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
PHP GoodsModel::prefix Examples
Programming Language:
PHP
Class/Type:
GoodsModel
Method/Function:
prefix
Examples at hotexamples.com:
1
PHP GoodsModel::prefix - 1 examples found
. These are the top rated real world PHP examples of
GoodsModel::prefix
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
get_realskuinfo(6)
find(4)
add(4)
catGoods(4)
getSkuList(3)
update(3)
getSkuinfo(3)
dbConn(3)
getGoodsList(3)
getList(3)
errCode(3)
errMsg(3)
getMaterInfoByList(3)
insertRow(2)
getGoods(2)
goodsByCate(2)
getCombineSkuinfo(2)
getGoodsByCat(2)
insertGoods(2)
getErr(2)
getMaterInfoById(2)
getNew(2)
goodsByCart(1)
inTrash(1)
getsAll(1)
getpurchaseIdBySku(1)
getsByCid(1)
newGoods(1)
insert(1)
selectLimited(1)
updateStock(1)
trash(1)
snGenerator(1)
skuByParId(1)
showField(1)
setField(1)
purchaseNameById(1)
model(1)
purchaseIdByName(1)
prefix(1)
partnerNameById(1)
partnerIdBySku(1)
partnerIdByName(1)
getTotalNums(1)
getTrash(1)
I(1)
getTotal(1)
getCartGoods(1)
_autofill(1)
_facade(1)
Frequently Used Methods
get_realskuinfo (6)
find (4)
add (4)
catGoods (4)
getSkuList (3)
update (3)
getSkuinfo (3)
dbConn (3)
getGoodsList (3)
getList (3)
Frequently Used Methods
errCode (3)
errMsg (3)
getMaterInfoByList (3)
insertRow (2)
getGoods (2)
goodsByCate (2)
getCombineSkuinfo (2)
getGoodsByCat (2)
insertGoods (2)
getErr (2)
getMaterInfoById (2)
getNew (2)
goodsByCart (1)
inTrash (1)
getsAll (1)
getpurchaseIdBySku (1)
getsByCid (1)
newGoods (1)
insert (1)
selectLimited (1)
Frequently Used Methods
getMaterInfoById (2)
getNew (2)
goodsByCart (1)
inTrash (1)
getsAll (1)
getpurchaseIdBySku (1)
getsByCid (1)
newGoods (1)
insert (1)
selectLimited (1)
updateStock (1)
trash (1)
snGenerator (1)
skuByParId (1)
showField (1)
setField (1)
purchaseNameById (1)
model (1)
purchaseIdByName (1)
prefix (1)
partnerNameById (1)
partnerIdBySku (1)
partnerIdByName (1)
getTotalNums (1)
getTrash (1)
I (1)
getTotal (1)
getCartGoods (1)
_autofill (1)
_facade (1)
Frequently Used Methods
updateStock (1)
trash (1)
snGenerator (1)
skuByParId (1)
showField (1)
setField (1)
purchaseNameById (1)
model (1)
purchaseIdByName (1)
prefix (1)
partnerNameById (1)
partnerIdBySku (1)
partnerIdByName (1)
getTotalNums (1)
getTrash (1)
I (1)
getTotal (1)
getCartGoods (1)
_autofill (1)
_facade (1)
_getConditions (1)
_instance (1)
_validate (1)
autoTotalCount (1)
catGoodsCount (1)
createSn (1)
doDelete (1)
editGoods (1)
findGoodsById (1)
getById (1)
getCategoryInfoByPath (1)
getSpuBySku (1)
getCombineBySku (1)
getCompleteSkuinfo (1)
getCostBySku (1)
getDelete (1)
getError (1)
getGoodsByPage (1)
getGoodsListNum (1)
getGoodsVsTrash (1)
Example #1
0
Show file
File:
goods.model.php
Project:
ohjack/newErp
function initDB() { global $dbConn; self::$dbConn = $dbConn; self::$prefix = C('DB_PREFIX'); }
x