# php-db **Repository Path**: xiaolang1/php-db ## Basic Information - **Project Name**: php-db - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README . ├── Autoload.php ├── config │   └── DbConfig.php ├── Db │   ├── DbInterface.php │   └── Db.php ├── index.php ├── Model │   ├── Model.php │   └── UserModel.php └── README