Pman.php
authorAlan Knowles <alan@akkbhome.com>
Wed, 17 Nov 2010 23:21:48 +0000 (07:21 +0800)
committerAlan Knowles <alan@akkbhome.com>
Wed, 17 Nov 2010 23:21:48 +0000 (07:21 +0800)
Pman.php

index 407f007..4a44861 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -17,7 +17,8 @@
  *  ?? arrayClean.. what's it doing here?!? ;)
  * 
  * Usefull implemetors
- * DB_DataObject::toEventString (for logging - this is generically prefixed to all database operations.)
+ * DB_DataObject*:*toEventString (for logging - this is generically prefixed to all database operations.)
+ *   - any data object where this method exists, the result will get prefixed to the log remarks
  */
 
 class Pman extends HTML_FlexyFramework_Page