Pman/Roo.php
authorbenny <benny@roojs.com>
Tue, 28 Aug 2018 04:28:30 +0000 (12:28 +0800)
committerbenny <benny@roojs.com>
Tue, 28 Aug 2018 04:28:30 +0000 (12:28 +0800)
Pman/Roo.php

index f0aab8b..28c3bd2 100644 (file)
@@ -190,7 +190,7 @@ class Pman_Roo extends Pman
         
         $this->checkDebug();
         $this->initErrorHandling();
-   
+        DB_DAtaObject::debuglevel(1);
         $tt = explode('/', $tab);
         $tab = array_shift($tt);
         $x = $this->dataObject($tab);
@@ -309,7 +309,7 @@ class Pman_Roo extends Pman
             }
             $ret[] =  !$_columns ? $add : array_intersect_key($add, $_columnsf);
         }
-        var_dump($ret); exit;
+        
         if ($fake_limit) {
             $ret = array_slice($ret,
                    empty($_REQUEST['start']) ? 0 : (int)$_REQUEST['start'],