From 71f87188baad50c0adc56f8cae627869b4f5c30a Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 24 Oct 2014 18:07:23 -0500 Subject: Scaffolding 15% --- framework/Wsat/TWsatBaseGenerator.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'framework/Wsat/TWsatBaseGenerator.php') diff --git a/framework/Wsat/TWsatBaseGenerator.php b/framework/Wsat/TWsatBaseGenerator.php index 7f81f503..4898e635 100644 --- a/framework/Wsat/TWsatBaseGenerator.php +++ b/framework/Wsat/TWsatBaseGenerator.php @@ -66,6 +66,13 @@ class TWsatBaseGenerator return $tableNames; } + public static function pr($data) + { + echo "
";
+                print_r($data);
+                echo "
"; + } + } ?> -- cgit v1.2.3