This website requires JavaScript.
Explore
Help
Register
Sign In
tonyair
/
silverstripe-multiform
Watch
1
Star
0
Fork
0
You've already forked silverstripe-multiform
mirror of
https://github.com/silverstripe/silverstripe-multiform
synced
2024-10-22 09:05:49 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
silverstripe-multiform
/
code
History
Sean Harvey
a0dfd338fb
Encapsulated procedures from init() into their own methods, specifically, setSession() which sets up the current multiform session, and getCurrentStep() is now smarter and setCurrentStep() does the step writing responsibilities
2008-04-20 00:01:27 +00:00
..
MultiForm.php
Encapsulated procedures from init() into their own methods, specifically, setSession() which sets up the current multiform session, and getCurrentStep() is now smarter and setCurrentStep() does the step writing responsibilities
2008-04-20 00:01:27 +00:00
MultiFormObjectDecorator.php
2008-04-17 22:03:51 +00:00
MultiFormPurgeTask.php
2008-04-17 22:03:51 +00:00
MultiFormSession.php
Added support for Hash identification of a MultiFormSession - probably needs some encapsulation, as we're adding more code to init(), and encapsulate the checking of this->stat('url_type') into it's own method, so you don't need to do the ternary operator so much
2008-04-19 01:14:16 +00:00
MultiFormStep.php
Removed unused methods
2008-04-19 01:19:47 +00:00