### 系统基础配置设置
主要是对于一些基础配置项的设置的管理,不要直接写在代码里面,不要因为环境的不同等造成的BUG出现,而通过配置项进行管理,保证代码不管在任何环境下面的一致性。
**1、创建配置项:**
在“系统管理” / "系统配置" / "新增"
配置类型,分为**文本框和下拉框**两种类型,也可以进一步扩展其他类型
**1.1、文本框:**
![](https://img.kancloud.cn/86/51/8651073493f3766f6625f84860bd1d01_591x391.png)
**1.2、下拉框:**
![](https://img.kancloud.cn/fd/e7/fde7f7cbc6ec971cdde249f2b958623b_596x439.png)
下拉框里面的预选值,参数格式必须是键值对,例如: 0:测试服务器,1:正式服务器
`注意标点符号,中英文区别,都用英文符号格式`
**2、设置配置参数:**
配置项参数设置在文本框和下拉框做了不同的判断处理
![](https://img.kancloud.cn/bc/7c/bc7caef4b3871e77c939953c121df6f1_1122x296.png)
点击列表的“编辑” 设置
**2.1、文本框:**
![](https://img.kancloud.cn/c6/4e/c64ece71d19869fcd6bd88e4b6b7e636_591x300.png)
**2.2、下拉框:**
![](https://img.kancloud.cn/e9/0e/e90e31bf2be2d300b227ebbc77e9a532_594x299.png)
**3、调用函数:**
为方便调研配置项,开发的公共函数进行调用,参数:
`
**调用示例:**
```
参数传入 配置代码:$config_code
// 调用文本框
$os = get_os_config('PAGE_LIST_NUM');
var_dump($os);
// 调用下拉框
$version = get_os_config('OS_VERSION');
var_dump($version);
```
```
/**
* 获取系统配置
* jig 2021-03-15
*
* @param string $config_code 配置代码(唯一性)
* @return string
*/
function get_os_config ($config_code) {
if (empty($config_code)) {
return '';
}
$result = M('all_config')->where(array('key_code' => $config_code))->find();
return $result['key_value'];
}
```
**4、进行开发示例:**
分页展示数量调用:
```
$page = getpage($count, get_os_config('PAGE_LIST_NUM'));
```
- 模版
- 前言
- 项目架构
- 项目规范
- HTML
- CSS
- Javascript
- PHP
- MySQL
- 注意规范
- 开发版本管理
- 开发流程
- 系统配置
- 阿里云服务器配置
- 计划任务配置说明
- 开发示例
- Page分页
- Search_param搜索结果赋值
- Add新增
- Edit编辑
- Ajax表单验证
- Ajax二级联动
- Excel 导出数据首位不去0的方法
- POS总部控制
- 下载CSV格式的模板
- 订单唯一码表和订单SKU表实收金额生成
- 快捷日期选择
- JS函数
- ajax_send
- ajax_result
- createQrCodes
- createBarCodes
- printTpl
- JS插件
- BootstrapValidator表单验证插件
- Address省市区插件
- Bootstrap-datepicker日期插件
- Bootstrap-select多选框插件
- Toastr消息提示插件
- PalyAudit扫描声音提示插件
- WebUploader多图片上传插件
- Ueditor富文本编辑器插件
- Function
- alert
- object_to_array
- array_to_object
- get_address
- set_param_url
- get_shops_name
- get_user_name
- get_warehouse
- get_cheapest_sku
- print_attr(新)
- print_img(新)
- get_spu_no(新)
- get_type_name(新)
- get_brand_en(新)
- get_cat_name(新)
- get_attr_name(新)
- spu_cat_info(新)
- get_time_event_price
- get_vendors
- check_total_reduce
- check_total_discount
- get_inventory
- get_delivery
- get_sale_inventory
- get_customer_name
- phone_protection
- get_order_no
- get_event_name
- get_order_status
- get_item_status
- get_ditch_name
- get_card_no
- get_shop_sales
- get_pay_name
- get_season
- amt_format
- get_cat_parent
- print_attr_id
- round_bcadd
- round_bcsub
- round_bcmul
- round_bcdiv
- get_account_name
- Controller
- Common_BaseController
- check_membership_card
- get_menu_list
- importErrorMassage
- Wpos_IndexController
- get_customer_vip_card
- get_shops_id
- calculate_active_integral
- check_numbers_active
- check_goods_active
- Woms_IndexController
- Model
- View
- category
- cycle_date.html
- shop_select门店多选搜索框
- 品牌A-Z排序多选brand_mc.html
- 供应商代码A-Z排序vendor_no_mc.html
- Lib
- BuyerLib
- WarehouseLib
- EventLib
- getTimeEventPrice
- getVipType
- getEvent
- orderTotalEvent
- orderTimeEvent
- getTotalReduce
- getTotalDiscount
- SaleLib
- CustomerLib
- addCustomerService
- GiftcardLib
- WechatLib
- wxRefund
- OrdersLib
- orderLog
- calculatePayinAmount
- calculateSubtotal
- correctPayinAmount
- saveOrderAddress
- getOrderAddress
- setDeliveryNo
- SyncLib
- updateOuterStock
- UserLib
- createCommission
- FlowLib
- orderList
- addOrder
- addLog
- orderInfo
- checkSku
- orderSave
- orderStop
- orderExecute
- skuEdit
- orderPrinta
- scanGoods
- boxClose
- orderOut
- take
- bview
- check
- deliveryStatus
- checkGoods
- GoodsLib
- createGoodsNo
- createNewGoodsNo
- getSystemStyleNo
- getDim
- MallLib
- smsLog
- GoodsBaseLib
- getBrandInfo
- getBrandsInfo
- getAttrIdArray
- getPrintAttr
- getMustAttr
- getCatIdInfo
- valTypeId
- valsTypeId
- getCatNoInfo
- getCatInfo
- getAttrArr
- getAttrInfo
- getValInfo
- getAttrId
- getValId
- getAttrSeaon
- getValueId
- PointsLog
- pointsIn
- pointsUp
- EcGoodsLib
- getSkuInventory
- Tools
- CsvTools
- csvImport
- csvExport
- ExcelTools
- importExcel
- exportExcel
- exportHeadExcel
- MailTools
- SmsTools
- sendMessage
- UploadTools
- ExportTools
- exportData
- TaobaoTools
- getOnsaleItems
- getSkusItems
- PicturesTools
- uploadPicture
- Plugins
- WxBase
- Taobao
- 问题反馈