Comparing revisions for PollSystem

Additions:
~
Deletions:
~&Perhaps easier would be to gather the answers in an associative array and simply store the serialized array in a database column. serialize() and unserialize() will then do all the formatting and parsing for you. --JavaWoman (who once started to write her own polling application but never finished it)
- A timestamp (when the answer has been validated)
- the poll creator will decide who can get access to the result (dedicated result page through ACLs):
- Everyone
- Only those who voted (will require a dynamic management of the ACLs: DynamicAcls)
- A group of people (only the poll creator, a project team...)
- such a system could serve as well as a document/process validation system, or as a workflow system through a dynamic management of the ACLs (When workflow task one has been completed, then access to workflow task two page is allowed: DynamicAcls).
===To Do===
- Create the code :-)
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki