funayaki / cakephp-wizard
CakePHP Wizard 插件
dev-master
2017-06-02 11:52 UTC
Requires
- php: >=5.3.0
- composer/installers: *
Requires (Dev)
- cakephp/cakephp-codesniffer: 1.*
- phpmd/phpmd: @stable
- phpunit/phpunit: 3.7.*
Replaces
- lucasff/cakephp-wizard: dev-master
- proloser/cakephp-wizard: dev-master
This package is not auto-updated.
Last update: 2020-01-14 21:13:48 UTC
README
CakePHP Wizard 插件自动处理多页表单的多个方面,包括数据持久化、表单准备和独特数据处理、向导重置(手动和自动)、用户导航以及情节分支导航,同时保持自定义验证和完成回调的灵活性。
安装
- 将此目录中的文件克隆/复制到
app/plugins/wizard
- 在控制器中包含向导组件
public $components = array('Wizard.Wizard');
文档
详细文档,包括使用示例,可以在 GitHub wiki 中找到。