diff options
author | Daniel <darthdaniel85@gmail.com> | 2014-10-22 18:03:30 -0500 |
---|---|---|
committer | Daniel <darthdaniel85@gmail.com> | 2014-10-22 18:03:30 -0500 |
commit | bd341e6469cbd49a35711b732386dc56a3c59ed0 (patch) | |
tree | 470dd452d5539e70c7d118587fd4b7701881097c /framework/Wsat/TWsatScaffoldingGenerator.php | |
parent | 0cc7b59c95cb3bf5103450cf858f71fdb150458b (diff) |
Scaffolding 5%
Diffstat (limited to 'framework/Wsat/TWsatScaffoldingGenerator.php')
-rw-r--r-- | framework/Wsat/TWsatScaffoldingGenerator.php | 13 |
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(); + } + } ?> |