From 2e351ca72f3bfe0f0740a17bd5f40304d41ef847 Mon Sep 17 00:00:00 2001 From: tomas Date: Mon, 24 Jan 2005 01:25:25 +0000 Subject: [PATCH] New method browseCategory added. --- .../modules/storageServer/var/GreenBox.php | 30 ++++++++- .../modules/storageServer/var/LocStor.php | 38 +++++++++-- .../storageServer/var/xmlrpc/XR_LocStor.php | 66 +++++++++++++++++-- .../storageServer/var/xmlrpc/xrLocStor.php | 5 +- 4 files changed, 123 insertions(+), 16 deletions(-) diff --git a/livesupport/modules/storageServer/var/GreenBox.php b/livesupport/modules/storageServer/var/GreenBox.php index 20f85323a..e53e05823 100644 --- a/livesupport/modules/storageServer/var/GreenBox.php +++ b/livesupport/modules/storageServer/var/GreenBox.php @@ -23,7 +23,7 @@ Author : $Author: tomas $ - Version : $Revision: 1.26 $ + Version : $Revision: 1.27 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/GreenBox.php,v $ ------------------------------------------------------------------------------*/ @@ -35,7 +35,7 @@ require_once "BasicStor.php"; * LiveSupport file storage module * * @author $Author: tomas $ - * @version $Revision: 1.26 $ + * @version $Revision: 1.27 $ * @see BasicStor */ class GreenBox extends BasicStor{ @@ -254,6 +254,8 @@ class GreenBox extends BasicStor{ * (may be empty or ommited only with less then 2 items in * "conditions" field) * + *
  • limit : int - limit for result arrays (0 means unlimited)
  • + *
  • offset : int - starting point (0 means without offset)
  • *
  • conditions - array of hashes with structure: *