# php_curd **Repository Path**: yezhanxiang/php_curd ## Basic Information - **Project Name**: php_curd - **Description**: 自动生成curd文件,简单版 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-02 - **Last Updated**: 2024-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # php_curd # 常用命令 ```shell # 生成test_goods表的CURD php think curd -t test_goods # 生成test_goods表的CURD, 控制器在目录demo下的Goods.php文件 php think curd -t test_goods -c demo/Goods # 生成test_goods表的CURD, 模型在目录demo下的Goods.php文件 php think curd -t test_goods -m demo/Goods # 生成test_goods表的CURD, 验证器在目录demo下的Goods.php文件 php think curd -t test_goods --validateFilename demo/Goods ```