Commit Graph

265 Commits

Author SHA1 Message Date
Sean Harvey
facf2e3833 Docs, bug fixes in code 2008-04-20 00:28:49 +00:00
Sean Harvey
eb5b57f418 encapsulated $this->session->CurrentStep() calls to getCurrentStep() 2008-04-20 00:28:18 +00:00
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
Sean Harvey
75cee5851a Removed TODO that's been done! 2008-04-19 03:42:17 +00:00
Sean Harvey
c4cb832e57 $LinkingMode isn't always available, like for a step that hasn't been reached yet 2008-04-19 03:00:51 +00:00
Sean Harvey
75ce791dca Added documentation 2008-04-19 01:23:28 +00:00
Sean Harvey
a47191c802 Removed calls to previously removed methods 2008-04-19 01:21:48 +00:00
Sean Harvey
01fe23fe2f Removed unused methods 2008-04-19 01:19:47 +00:00
Sean Harvey
433d74b94d Added TODO 2008-04-19 01:17:12 +00:00
Sean Harvey
39005fdf84 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
Sean Harvey
0775215578 Removed url_type - this isn't done quite yet to be committed. 2008-04-19 00:08:19 +00:00
Sean Harvey
cb0a14e601 Added TODO about expiration 2008-04-19 00:05:02 +00:00
Sean Harvey
101771a096 Added TODO for security 2008-04-18 23:49:01 +00:00
Sean Harvey
a48c1433ea Changed static function isActionField to is_action_field to adhere to coding standards 2008-04-18 23:25:41 +00:00
Sean Harvey
5c76350fba 2008-04-17 22:03:51 +00:00