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

index 2dd998e..f630413 100644 (file)
@@ -190,11 +190,11 @@ class Pman_Roo extends Pman
         
         $this->checkDebug();
         $this->initErrorHandling();
-        
+   
         $tt = explode('/', $tab);
         $tab = array_shift($tt);
         $x = $this->dataObject($tab);
-        var_dump($x); exit;
+        
         $_columns = !empty($_REQUEST['_columns']) ? explode(',', $_REQUEST['_columns']) : false;
         
         if (isset( $_REQUEST['lookup'] ) && is_array($_REQUEST['lookup'] )) { // single fetch based on key/value pairs