Pman/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 14 Sep 2010 05:33:41 +0000 (13:33 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 14 Sep 2010 05:33:41 +0000 (13:33 +0800)
Pman/Roo.php

index 8650700..b755bd8 100644 (file)
@@ -45,7 +45,8 @@ class Pman_Roo extends Pman
      * GET method   Roo/TABLENAME.php 
      * -- defaults to listing data. with args.
      * 
-     * !colname => colname != ....
+     * !colname=....                 => colname != ....
+     * colname[0]=... colname[1]=... => colname IN (.....)
      * 
      * other opts:
      * _post      = simulate a post with debuggin on.