You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2018. It is now read-only.
Complex PBN works great with cakephp-wizard but what about simple PBN? If a given input is a certain value I might want to add a single step, for instance. The PBN in cakephp wizard is not terribly efficient for this scenario.
I envision the API could be trivially extended with getNextStep() and setNextStep() methods in the _processStepX() part of the controller - and, conceptually, that may be a simpler way to envisage complex PBN as well.
In any case the following code works for me - you may want to update the wiki to list this as an alternative to the PBN you have designed:
public function wizard($step = null) {
$wizard_data = $this->Wizard->read();