From: Alan Knowles Date: Tue, 14 Jun 2011 15:19:09 +0000 (+0800) Subject: Pman/Roo.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=refs%2Fheads%2Forigin.gitlive Pman/Roo.php --- diff --git a/Pman/Roo.php b/Pman/Roo.php index 59a50e8..b19c4d5 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -11,7 +11,7 @@ require_once 'Pman.php'; * Uses these methods of the dataobjects: * - checkPerm('L'/'E'/'A', $authuser) - can we list the stuff * - * - applySort($au, $sortcol, $direction) + * - applySort($au, $sortcol, $direction) -- return false to let system do default sort code. * - applyFilters($_REQUEST, $authUser) -- apply any query filters on data. and hide stuff not to be seen. * - postListExtra($_REQUEST) : array(extra_data) - add extra column data on the results (like new messages etc.) * - postListFilter($data, $authUser, $request) return $data - add extra data to an object