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

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