# php工具封装 **Repository Path**: lc_1999/php-tool-encapsulation ## Basic Information - **Project Name**: php工具封装 - **Description**: 封装的php工具方法 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-06-17 - **Last Updated**: 2023-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # php工具封装 #### 介绍 封装的php工具方法 #### 软件架构 数据库封装 #### 使用说明 ##### 1.查询 getRow($sql) 单条查询 getAll($sql) 多条查询 ##### 2.增加 insert($sql) ##### 3.删除 delete($sql) ##### 4.改 update($sql)