Procedural File: comment.php
Source Location: /public_html/comment.php
Page Details:
This file is responsible for letting user enter a comment and saving the comments to the DB. All comment display stuff is in lib-common.php
Tags:
Includes:
handleDelete [line 130]
Handles a comment delete
Tags:
handleEdit [line 279]
string handleEdit(
string $mode)
|
|
Handles a comment edit submission
Tags:
Parameters
| string |
$mode |
'edit' or 'editsubmission' |
handleSubmit [line 70]
Handles a comment submission
Tags:
handleView [line 180]
string handleView(
[boolean $view = true])
|
|
Handles a comment view request
Tags:
Parameters
| boolean |
$view |
View or display (true for view) |
|
|