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

index 90200a7..b6636c9 100644 (file)
@@ -193,9 +193,9 @@ class Pman_Roo extends Pman
         $this->initErrorHandling();
    
         $tt = explode('/', $tab);
-        $tab = array_shift($tt);print_r($tab); exit;
+        $tab = array_shift($tt);
         $x = $this->dataObject($tab);
-
+        print_r($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