diff options
author | Daniel <darthdaniel85@gmail.com> | 2014-10-21 17:20:52 -0500 |
---|---|---|
committer | Daniel <darthdaniel85@gmail.com> | 2014-10-21 17:20:52 -0500 |
commit | b6a7425bcbdfc522c74421182a1662e0d4edf9a9 (patch) | |
tree | d372456cb778ec6b5c003a683bdcd73d1ab369e4 /framework/Wsat/TWsatScaffoldingGenerator.php | |
parent | f3268c5b71fd3bc2732f3a796aabb3b4de5ce1e6 (diff) |
preparing scaffolding details
Diffstat (limited to 'framework/Wsat/TWsatScaffoldingGenerator.php')
-rw-r--r-- | framework/Wsat/TWsatScaffoldingGenerator.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/framework/Wsat/TWsatScaffoldingGenerator.php b/framework/Wsat/TWsatScaffoldingGenerator.php new file mode 100644 index 00000000..18dd150c --- /dev/null +++ b/framework/Wsat/TWsatScaffoldingGenerator.php @@ -0,0 +1,18 @@ +<?php
+
+/**
+ * @author Daniel Sampedro Bello <darthdaniel85@gmail.com>
+ * @link http://www.pradosoft.com/
+ * @copyright Copyright © 2005-2014 PradoSoft
+ * @license http://www.pradosoft.com/license/
+ * @version $Id$
+ * @since 3.3
+ * @package Wsat
+ */
+
+class TWsatScaffoldingGenerator
+{
+ //put your code here
+}
+
+?>
|