Download the PHP package lsf26809347/thinkphp-gii without Composer
On this page you can find all versions of the php package lsf26809347/thinkphp-gii. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lsf26809347/thinkphp-gii
More information about lsf26809347/thinkphp-gii
Files in lsf26809347/thinkphp-gii
Download lsf26809347/thinkphp-gii
More information about lsf26809347/thinkphp-gii
Files in lsf26809347/thinkphp-gii
Vendor lsf26809347
Package thinkphp-gii
Short Description auto create model and controller files when u excute php think generate:module xxx {--controllerExtend XXX --modelExtend XXX}
License MIT
Package thinkphp-gii
Short Description auto create model and controller files when u excute php think generate:module xxx {--controllerExtend XXX --modelExtend XXX}
License MIT
Please rate this library. Is it a good library?
Informations about the package thinkphp-gii
thinkphp-gii
自动生成简单的增删改查代码
安装
命令
基础命令
module可以省略,省略时默认为common模块,如要指定模块可以用以下命令
该命令将在
- application/Index/Controller目录下生成Index.php;
- application/Index/Model目录下生成GenerateModel.php、Index.php,Index模型类自动继承自GenerateModel;
- application/Index/Validate目录下生成Index.php。
参数
可以在基础命令后添加参数,来指定控制器与模型的继承类
上面命令生成的Index控制器将继承自Common,generateModel模型基类将继承自Base.
All versions of thinkphp-gii with dependencies
PHP Build Version
Package Version
Requires
topthink/think-migration Version
2.0.3
The package lsf26809347/thinkphp-gii contains the following files
Loading the files please wait ....