diff options
author | Daniel <darthdaniel85@gmail.com> | 2014-10-24 18:07:23 -0500 |
---|---|---|
committer | Daniel <darthdaniel85@gmail.com> | 2014-10-24 18:07:23 -0500 |
commit | 71f87188baad50c0adc56f8cae627869b4f5c30a (patch) | |
tree | 84b2bae09c4db03a5aaf51a9dad810b9454c43d0 /framework/Wsat/TWsatBaseGenerator.php | |
parent | a7d2609ab842b9002c6225fb54462d416e0b9673 (diff) |
Scaffolding 15%
Diffstat (limited to 'framework/Wsat/TWsatBaseGenerator.php')
-rw-r--r-- | framework/Wsat/TWsatBaseGenerator.php | 7 |
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>"; + } + } ?> |