一.連接數(shù)據(jù)庫配置
配置文件:convertion.php
配置文件:config.php

Paste_Image.png
二.制作model模型
- a. model本身就是一個類文件
- b. 數(shù)據(jù)庫中的每個數(shù)據(jù)表都對應一個model模型文件
- c. 最簡單的數(shù)據(jù)模型類
由于前臺,后臺都使用model類,所以在shop文件夾下創(chuàng)建Model文件夾
創(chuàng)建商品model類 文件GoodsModel.class.php

Paste_Image.png

Paste_Image.png