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:
handleCancel [line 71]
Handles a comment submission
Tags:
handleDelete [line 166]
string handleDelete(
$formtype)
|
|
Handles a comment delete
Tags:
Parameters
handleEdit [line 321]
string handleEdit(
string $mode)
|
|
Handles a comment edit submission
Tags:
Parameters
| string |
$mode |
'edit' or 'editsubmission' |
handleSubmit [line 106]
Handles a comment submission
Tags:
handleView [line 222]
string handleView(
[boolean $view = true])
|
|
Handles a comment view request
Tags:
Parameters
| boolean |
$view |
View or display (true for view) |
|
|