lucasff / cakephp-wizard
CakePHP Wizard Plugin
Installs: 912
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 51
Open Issues: 1
Type:cakephp-plugin
Requires
- php: >=5.3.0
- composer/installers: *
Replaces
- lucasff/cakephp-wizard: dev-master
- proloser/cakephp-wizard: dev-master
This package is auto-updated.
Last update: 2018-11-05 10:36:21 UTC
README
The Wizard plugin for CakePHP automates several aspects of multi-page forms including data persistence, form preparation and unique data processing, wizard resetting (manual and automatic), user navigation, and plot-branching navigation while maintaining flexibility with custom validation and completion callbacks.
Installation
- Clone/Copy the files in this directory into
app/plugins/wizard
- Include the wizard component in your controller:
public $components = array('Wizard.Wizard');
Documentation
Detailed documentation, including usage examples, can be found in the GitHub wiki.