marmot / marmot-ac
marmot auto create tool
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:Shell
Requires (Dev)
- squizlabs/php_codesniffer: 3.3.2
This package is auto-updated.
Last update: 2024-10-21 16:33:24 UTC
README
- 生成模型 1.1 需要通过php的反射机制, 读取模型中的变量 1.2 读取变量 1.3 生成模型文件 1.3.1 生成构造函数(创造构建函数, 注入代码) 1.3.1.1 生成set,get 1.3.2 生成单元测试文件 1.2.2.1 生成构造函数文件 1.2.2.2 生成测试文件
生成单元测试文件
生成命令处理器文件
生成adapter 文件