Class icms_data_comment_Handler
Comment handler class.
This class is responsible for providing data access mechanisms to the data source of comment class objects.
- icms_core_ObjectHandler
- icms_data_comment_Handler
Package: Data\Comment
Category: ICMS
Copyright:
License: GNU General Public License (GPL)
Author: Kazumi Ono onokazu@xoops.org
Located at data/comment/Handler.php
Category: ICMS
Copyright:
copyright (c) 2000-2007 XOOPS.org You should have received a copy of XOOPS_copyrights.txt with this file. If not, you may obtain a copy from xoops.org
License: GNU General Public License (GPL)
Author: Kazumi Ono onokazu@xoops.org
Located at data/comment/Handler.php
public
object
&
|
|
public
object
&
|
|
public
boolean
|
|
public
boolean
|
|
public
array
|
#
getObjects( object $criteria = null, boolean $id_as_key = false )
Get some |
public
integer
|
|
public
boolean
|
|
public
array
|
|
public
array
|
#
getByItemId( integer $module_id, integer $item_id, string $order = null, integer $status = null, integer $limit = null, integer $start = 0 )
Retrieves comments for an item |
public
array
|
#
getCountByItemId( integer $module_id, integer $item_id, integer $status = null )
Gets total number of comments for an item |
public
array
|
#
getTopComments( integer $module_id, integer $item_id, strint $order, integer $status = null )
Get the top |
public
array
|
|
public
boolean
|
|
public
boolean
|
__construct()
|
$db
|