# TP5Study **Repository Path**: baloneo/TP5Study ## Basic Information - **Project Name**: TP5Study - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-22 - **Last Updated**: 2024-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ThinkPHP5 学习项目 ## cmd ``` php think build --module admin php think make:model admin/Goods php -S localhost:8000 router.php ``` ## 模型类 在model文件夹下的php文件名就是和数据库的表名对应的!