From: Alan Knowles Date: Mon, 13 Dec 2010 06:43:55 +0000 (+0800) Subject: Pman/Roo.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=938d0b7d5b70699a91314c60e1c8858b2f3e2bc4 Pman/Roo.php --- diff --git a/Pman/Roo.php b/Pman/Roo.php index 1749672..1c85686 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -16,7 +16,7 @@ require_once 'Pman.php'; * - postListExtra - add extra column data on the results (like new messages etc.) * -postListFilter($data, $authUser, $request) return $data - add extra data to an object * - * - toRooSingleArray($authUser) // single fetch, add data.. + * - toRooSingleArray($authUser, $request) // single fetch, add data.. * - toRooArray($request) /// toArray if you need to return different data.. for a list fetch. * *