Pman/Roo.php
[Pman.Base] / Pman / Roo.php
index 65e0d11..b19c4d5 100644 (file)
@@ -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
@@ -44,6 +44,7 @@ class Pman_Roo extends Pman
     /**
      * GET method   Roo/TABLENAME.php 
      * -- defaults to listing data. with args.
+     *
      * 
      * !colname=....                 => colname != ....
      * !colname[0]=... !colname[1]=... => colname NOT IN (.....) ** only supports main table at present..