Pman/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 19 Oct 2010 07:46:22 +0000 (15:46 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 19 Oct 2010 07:46:22 +0000 (15:46 +0800)
Pman/Roo.php

index 5fd265f..17c7dce 100644 (file)
@@ -16,7 +16,7 @@ require_once 'Pman.php';
  * - postListExtra - add extra column data on the results (like new messages etc.)
  * -postListFilter($data, $authUser, $request) return $data - add extra data to an object
  * 
- * - toRooSingleArray() // single fetch, add data..
+ * - toRooSingleArray($authUser) // single fetch, add data..
  * - toRooArray($request) /// toArray if you need to return different data.. for a list fetch.
  * 
  *