Skip to content

Instantly share code, notes, and snippets.

@jollm
Created July 1, 2010 19:13
Show Gist options
  • Save jollm/460417 to your computer and use it in GitHub Desktop.
Save jollm/460417 to your computer and use it in GitHub Desktop.

php

Wizard and Page classes main Controller retrieves status, creates wizard and adds pages

Wizard

display a page, provide equivalent to back, next/finish (here finish will simply redirect to the CCS main page)

Page

isComplete (do we have info to proceed) execute next action, perform associated action and return status

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment