summaryrefslogtreecommitdiff
path: root/framework/Wsat/TWsatBaseGenerator.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Wsat/TWsatBaseGenerator.php')
-rw-r--r--framework/Wsat/TWsatBaseGenerator.php7
1 files changed, 7 insertions, 0 deletions
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 "<pre>";
+ print_r($data);
+ echo "</pre>";
+ }
+
}
?>