Pman/Roo.php gitlive origin.gitlive
authorAlan Knowles <alan@akkbhome.com>
Tue, 14 Jun 2011 15:19:09 +0000 (23:19 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 14 Jun 2011 15:19:09 +0000 (23:19 +0800)
Pman/Roo.php

index 59a50e8..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