This class can be used to manage a chat dialog sessions
It can start dialog sessions between individual users and an administrator.
The dialog sessions of all users are stored in a MySQL database.
The class can list all user chat sessions, add new messages entered by the administrator or the users, retrieve all the messages exchanged between each user and the administrator to display in a chat window. |