Login   Register  
PHP Classes

Class: Comment

Icontem
elePHPant

  Classes of Peter Klauer  >  Comment  >  Download  >  Support forum Support forum (5)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Comment Support forum
Base name: comment
Description: Manage a comment system using an SQL database
Version: -
Required PHP version: -
Licenses: Freeware
Proprietary License with Source
 
  Author   Group folder image Groups   Detailed description  
  Dependencies   Applications   Files Files  

Author

Picture of Peter Klauer
Name: Peter Klauer <e-mail contact>
Published packages: 18 Browse this author's classes Browse this author's classes
Country: Germany Germany - PHP jobs in Germany
Home page: http://www.ingoknito.de/

Innovation Award

PHP Programming Innovation award nominee
July 2006
Number 5
The possibility to post comments about the content that is published in Web site pages is very interesting.

It helps attracting more users that are able to participate in the site communities in a relevant way, even if it is just by letting them express their opinions.

This package provides a generic solution that could be used to let the users post comments about articles, blog posts, reviews, in guest books, etc..

Manuel Lemos

Groups

Group folder image Databases Database management, accessing and searching View top rated classes
Group folder image Content management Components and tools to manage content View top rated classes

Detailed description

This class can be used to manage a generic comments system. It could be used to add comments to a blog, a guest book, etc..

The comments are stored in an SQL database table. The class can install the table and associated indexes. Currently it supports MySQL and Microsoft SQL server.

The class can add new comments, update an existing comment, generate HTML forms to submit a comment and show the comments summary.

Packages needed by this class

Class Dependency Why it is needed
SQL Table
Required
Sqltable is needed to display the comment entries.

Applications that use this class

No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

Files

File Role Description
Plain text file class_comment.php Class Show the comments
Plain text file class_comment_admin.php Example Use this class to validate the comments or to delete them
Plain text file test_comment.php Example How to implement the comment class
Download all files: comment.tar.gz comment.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.