From: Alan Date: Wed, 23 Mar 2022 05:05:46 +0000 (+0800) Subject: change the docs for postList filter/extra X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=11ee5a10959c9582d1a14c2e14bb7090a89b87ff change the docs for postList filter/extra --- diff --git a/Pman/Roo.php b/Pman/Roo.php index 8aa0a70..a86d98a 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -141,9 +141,9 @@ class Pman_Roo extends Pman * -- apply any query filters on data. and hide stuff not to be seen. * -- can exit by calling $roo->jerr() * postListExtra($_REQUEST, $roo, $array_data) : array(extra_name => data) - * - add extra column data on the results (like new messages etc.) + * - add extra column to the jdata return key/value info. * postListFilter($data, $authUser, $request) return $data - * - add extra data to an object + * - modify the returned array of data (either add stuff to the data, or remove lines etc) * * * toRooSingleArray($authUser, $request) : array