Pman/Roo.php
authorAlan Knowles <alan@roojs.com>
Tue, 14 Aug 2018 06:21:48 +0000 (14:21 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 14 Aug 2018 06:21:48 +0000 (14:21 +0800)
Pman/Roo.php

index b6636c9..59300b5 100644 (file)
@@ -195,7 +195,7 @@ class Pman_Roo extends Pman
         $tt = explode('/', $tab);
         $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