X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman%2FRoo.php;fp=Pman%2FRoo.php;h=aaf00c7230598f35f7e05e11632ce2949cc02d25;hb=ba72a4274353c21d27002985fe16398cf67f3b5a;hp=655d0f3af55a34f6f637602c33c1014c31c2f41b;hpb=7f553b86a0ef48e9e59b3a6fcb63dd4a32e29d44;p=Pman.Base diff --git a/Pman/Roo.php b/Pman/Roo.php index 655d0f3..aaf00c7 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -14,7 +14,7 @@ require_once 'Pman.php'; * - applySort($au, $sortcol, $direction) * - applyFilters($_REQUEST, $authUser) -- apply any query filters on data. and hide stuff not to be seen. * - postListExtra - add extra column data on the results (like new messages etc.) - * -postListFilter($data, $authUser, $request) return $data - add extra data to an object + * - postListFilter($data, $authUser, $request) return $data - add extra data to an object * * - toRooSingleArray($authUser, $request) // single fetch, add data.. * - toRooArray($request) /// toArray if you need to return different data.. for a list fetch.