国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

php - E-commerce website database design
高洛峰
高洛峰 2017-07-05 09:58:23
0
5
1763

How to design the database of e-commerce website? Are there any good templates?

高洛峰
高洛峰

擁有18年軟件開發(fā)和IT教學(xué)經(jīng)驗(yàn)。曾任多家上市公司技術(shù)總監(jiān)、架構(gòu)師、項(xiàng)目經(jīng)理、高級(jí)軟件工程師等職務(wù)。 網(wǎng)絡(luò)人氣名人講師,...

reply all(5)
laver

Imitate Taobao SKU select product attribute code https://www.yujianni.top/news/comp_artinfo.html?id=103

黃舟

E-commerce is a large area and cannot be generalized. Different types may have big differences. For example, the business logic of retail e-commerce and hotel and catering e-commerce are very different. Of course, the database design will also be very different. Big difference. However, since it is e-commerce, there will of course be similarities. For example, there will be suppliers and buyers. Since there is a transaction, it will involve goods, and if there are goods, it will involve the attribute information and price of the goods. and inventory. In addition, store information should be involved for sellers, and shopping cart information should be involved for buyers. If it involves online transactions, it will involve payment, and if it involves payment, it will involve orders. If it involves delivery, there will be logistics information. If the comment function is turned on, comment information and ratings will be involved. . . The simplest case is to create a table for each item I mentioned above~~

迷茫

The poster can refer to GitHub open source mall programs such as opencart Magento, etc. (including database design)
Recommend the poster to take a look at this project https://github.com/fecshop/yi... The open source mall developed by Chinese people is based on the Yii framework code quality Not bad (database design included)

為情所困

Refer to shopex or ecshop

Ty80

It is recommended to refer to shopnc, not only the database, but also the code inside is good.
Forget it about ecshop, it’s too old and it’s been messed up, it’s terrible.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template