Manual:CommentStore.php

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The Comment store is responsible for storing edit summaries, log action comments and other such short strings (referred to as "comments"). The CommentStore class handles the database abstraction for reading and writing comments, which are represented by CommentStoreComment objects. Data is internally stored in the comment table.