Pman/Roo.php
authorleon <leon@roojs.com>
Tue, 2 Aug 2022 04:43:29 +0000 (12:43 +0800)
committerleon <leon@roojs.com>
Tue, 2 Aug 2022 04:43:29 +0000 (12:43 +0800)
Pman/Roo.php

index 5732f11..82b6dee 100644 (file)
@@ -85,6 +85,8 @@ class Pman_Roo extends Pman
      *    lookup[key]=value  single fetch based on a single key value lookup.
      *                       multiple key/value can be used. eg. ontable+onid..
      *    _columns           what to return.
+     * 
+     *    _no_count          
      *
      *    
      * JOINS:
@@ -270,7 +272,7 @@ class Pman_Roo extends Pman
         $total = $xx->count($this->countWhat);
         // sorting..
       //   
-        var_dump($total);exit;
+        // var_dump($total);exit;
         $this->applySort($x);
         
         $fake_limit = false;