SproutCMS

This is the code documentation for the SproutCMS project

function form()

The method used to drive the forms at each step
This should be called by the entry function of the subclass controller

Usage

View $MultiStepFormController->form ( [ int $step ] );

Arguments

  1. int $step = 1
    The current step

Return value

  • View
    The view containing the form for that step