diff --git a/lib/generator/sfPropelFormGenerator.class.php b/lib/generator/sfPropelFormGenerator.class.php index ec690c0ef..38774df76 100644 --- a/lib/generator/sfPropelFormGenerator.class.php +++ b/lib/generator/sfPropelFormGenerator.class.php @@ -23,6 +23,12 @@ class sfPropelFormGenerator extends sfGenerator protected $dbMap = null; + public + $params = null; + + public + $table = null; + /** * Initializes the current sfGenerator instance. * diff --git a/lib/task/sfPropelGenerateModuleTask.class.php b/lib/task/sfPropelGenerateModuleTask.class.php index 7d21c232e..6df035e96 100644 --- a/lib/task/sfPropelGenerateModuleTask.class.php +++ b/lib/task/sfPropelGenerateModuleTask.class.php @@ -20,6 +20,8 @@ */ class sfPropelGenerateModuleTask extends sfPropelBaseTask { + protected $constants; + /** * @see sfTask */