This class offers a 'white board' where multiple people can write messages in a draft way.
Its intended to build TO-DO lists, Brainstorm ideas, some kind of idea repository or so...
As it doesn't have very security elements it is intended to be used in a secured directory by a team of people (or one alone)
It presents a Web page for listing, adding, modifying and deleting messages. All messages can be edited.
The messages can contain BBCode tags that are parsed properly in display mode.
The messages are stored in a MySQL database table. The main class can generate the necessary SQL to create the table. |