Latest releases
Latest stable release: 4.0.3
View changelog »
Copyright © 2005-2007 Spoonlabs d.o.o.
All rights Reserved.
| Parameter name | Value | Description |
|---|---|---|
| search_limit | integer | max number of comments to retrieve |
| pg | integer | 0 - default |
| search_order | 'ascending' 'descending' |
applies to search_sort_by |
| offset | integer | query offset, 0 based |
| fields | string | comma separated database fields |
| search_options | array | compact form of search parameters |
| search_article_id | integer | Search comments for article |
| search_status | 0 | 1 | 0: unapproved 1: approved |
| search_ip | integer | IP addres search filter (*,? wildcard allowed) |
| search_email | string | Poster e-mail filter (*,? wildcard allowed) |
| search_author | string | whole author name or a part of it |
| search_description | string | text search in description |
| search_search_date | integer | number of days |
| search_before_after | 0 | 1 | 0: before 1: after applies to search_search_date |
| search_sort_by | 'id' 'article_id' 'description' 'create_dt' 'author' 'email' 'ip' 'status' |
sort result by criteria |
| Parameter name | Value | Description |
|---|---|---|
| comment_list_object | object | CommentsList object |
| comment_list | array | each item is an Comments object |
| article_id | integer | if searched for specific article comments |