PHP Classes

File: comment_post.php

Recommend this page to a friend!
  Classes of Michael Beck   XOOPS Publisher Module   comment_post.php   Download  
File: comment_post.php
Role: Example script
Content type: text/plain
Description: Example script
Class: XOOPS Publisher Module
Publish static HTML content and article with XOOPS
Author: By
Last change:
Date: 4 years ago
Size: 846 bytes
 

Contents

Class file image Download
<?php
/*
 You may not change or alter any portion of this comment or credits
 of supporting developers from this source code or any supporting source code
 which is considered copyrighted (c) material of the original comment or credit authors.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/**
 * @copyright The XUUPS Project http://sourceforge.net/projects/xuups/
 * @license http://www.fsf.org/copyleft/gpl.html GNU public license
 * @package Publisher
 * @subpackage Comments
 * @since 1.0
 * @author trabis <lusopoemas@gmail.com>
 */
require dirname(dirname(__DIR__)) . '/mainfile.php';
require_once
$GLOBALS['xoops']->path('include/comment_post.php');