Geeklog
[ class tree: Geeklog ] [ index: Geeklog ] [ all elements ]

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:

author:  Jason Whittenburg
author:  Tony Bibbs, tonyAT tonybibbs DOT com
author:  Vincent Furia, vinny01 AT users DOT sourceforge DOT net
author:  Jared Wenerd, wenerd87 AT gmail DOT com


Includes:

require_once('lib-common.php') [line 51]
Geeklog common function library

require_once($_CONF['path_system'].'lib-comment.php') [line 56]
Geeklog comment function library







handleDelete [line 130]

string handleDelete( )

Handles a comment delete



Tags:

return:  HTML (possibly a refresh)
author:  Vincent Furia, vinny01 AT users DOT sourceforge DOT net
copyright:  Vincent Furia 2005


[ Top ]



handleEdit [line 279]

string handleEdit( string $mode)

Handles a comment edit submission



Tags:

return:  HTML (possibly a refresh)
author:  Jared Wenerd, wenerd87 AT gmail DOT com
copyright:  Jared Wenerd 2008


Parameters

string   $mode   'edit' or 'editsubmission'
[ Top ]



handleSubmit [line 70]

string handleSubmit( )

Handles a comment submission



Tags:

return:  HTML (possibly a refresh)
author:  Vincent Furia, vinny01 AT users DOT sourceforge DOT net
copyright:  Vincent Furia 2005


[ Top ]



handleView [line 180]

string handleView( [boolean $view = true])

Handles a comment view request



Tags:

return:  HTML (possibly a refresh)
author:  Vincent Furia, vinny01 AT users DOT sourceforge DOT net
copyright:  Vincent Furia 2005


Parameters

boolean   $view   View or display (true for view)
[ Top ]



Documentation generated on Wed, 10 Mar 2010 02:06:34 -0500 by phpDocumentor 1.4.3