2017 © Pedro Peláez
 

cakephp-plugin cakephp-wizard

CakePHP Wizard Plugin

image

proloser/cakephp-wizard

CakePHP Wizard Plugin

  • Friday, June 2, 2017
  • by ProLoser
  • Repository
  • 8 Watchers
  • 36 Stars
  • 507 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 50 Forks
  • 3 Open issues
  • 1 Versions
  • 13 % Grown

The README.md

CakePHP Wizard Plugin

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., (*1)

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., (*2)

The Versions

02/06 2017

dev-master

9999999-dev https://github.com/ProLoser/CakePHP-Wizard

CakePHP Wizard Plugin

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp wizard