silverstripe-multiform/code
2008-04-21 08:54:48 +00:00
..
MultiForm.php Added getController (an accessor method to $this->controller so we can use $Controller, or <% control Controller %> in the form templates) 2008-04-21 08:32:05 +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 Documented loadData() and saveData() 2008-04-21 08:54:48 +00:00