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

index aef798e..2dd998e 100644 (file)
@@ -194,7 +194,7 @@ class Pman_Roo extends Pman
         $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