Public Member Functions | |
getComment ($commentid) | |
prepare ($comment) | |
prepareBody ($body) | |
createLinkCode ($pre, $url, $protocol= 'http') |
http://nucleuscms.org/license.txt GNU General Public License Copyright (C) 2002-2007 The Nucleus Group
Definition at line 21 of file COMMENT.php.
COMMENT::getComment | ( | $ | commentid | ) |
Returns the requested comment (static)
Definition at line 26 of file COMMENT.php.
References $query, mysql_fetch_assoc(), sql_query(), and sql_table().
Referenced by ADMIN::action_commentdelete().
COMMENT::prepare | ( | $ | comment | ) |
prepares a comment to be saved (static)
Definition at line 44 of file COMMENT.php.
References prepareBody().
Referenced by COMMENTS::addComment().
COMMENT::prepareBody | ( | $ | body | ) |
Definition at line 60 of file COMMENT.php.
References addBreaks().
Referenced by ADMIN::action_commentupdate(), and prepare().
COMMENT::createLinkCode | ( | $ | pre, | |
$ | url, | |||
$ | protocol = 'http' | |||
) |