summaryrefslogtreecommitdiff
path: root/framework/Wsat/TWsatScaffoldingGenerator.php
diff options
context:
space:
mode:
authorDaniel <darthdaniel85@gmail.com>2014-10-22 18:03:30 -0500
committerDaniel <darthdaniel85@gmail.com>2014-10-22 18:03:30 -0500
commitbd341e6469cbd49a35711b732386dc56a3c59ed0 (patch)
tree470dd452d5539e70c7d118587fd4b7701881097c /framework/Wsat/TWsatScaffoldingGenerator.php
parent0cc7b59c95cb3bf5103450cf858f71fdb150458b (diff)
Scaffolding 5%
Diffstat (limited to 'framework/Wsat/TWsatScaffoldingGenerator.php')
-rw-r--r--framework/Wsat/TWsatScaffoldingGenerator.php13
1 files changed, 10 insertions, 3 deletions
diff --git a/framework/Wsat/TWsatScaffoldingGenerator.php b/framework/Wsat/TWsatScaffoldingGenerator.php
index 2c49d735..37b8ae00 100644
--- a/framework/Wsat/TWsatScaffoldingGenerator.php
+++ b/framework/Wsat/TWsatScaffoldingGenerator.php
@@ -9,10 +9,17 @@
* @since 3.3
* @package Wsat
*/
-
-class TWsatScaffoldingGenerator
+
+Prado::using("System.Wsat.TWsatBaseGenerator");
+
+class TWsatScaffoldingGenerator extends TWsatBaseGenerator
{
- //put your code here
+
+ function __construct()
+ {
+ parent::__construct();
+ }
+
}
?>