Download the PHP package koalaphp/code-generator without Composer
On this page you can find all versions of the php package koalaphp/code-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download koalaphp/code-generator
More information about koalaphp/code-generator
Files in koalaphp/code-generator
Download koalaphp/code-generator
More information about koalaphp/code-generator
Files in koalaphp/code-generator
Vendor koalaphp
Package code-generator
Short Description KoalaPHP Code Generator Component
License MIT
Homepage https://my.oschina.net/laiconglin/blog
Package code-generator
Short Description KoalaPHP Code Generator Component
License MIT
Homepage https://my.oschina.net/laiconglin/blog
Please rate this library. Is it a good library?
Informations about the package code-generator
KoalaPHP Code Generator Component
MySQL的Dao和Model代码生成器
通过命令行的方式,根据配置的模板,连接MySQL的数据库的表,获取表结构信息,并生成对应的Dao文件和Model文件。
1. 快速开始
进行基本配置
根据默认的模板生成Dao文件
根据默认的模板生成Model文件
2. 个性化配置Dao模板和Model模板
2.1 个性化配置Dao模板
建立 CustomDaoTpl.php
文件
配置个性化Dao模板,生成对应的Dao文件
2.2 个性化配置Model模板
建立 CustomModelTpl.php
文件
配置个性化Model模板,生成对应的 Model 文件
All versions of code-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
The package koalaphp/code-generator contains the following files
Loading the files please wait ....