Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions lib/generator/sfPropelFormGenerator.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ class sfPropelFormGenerator extends sfGenerator
protected
$dbMap = null;

public
$params = null;

public
$table = null;

/**
* Initializes the current sfGenerator instance.
*
Expand Down
2 changes: 2 additions & 0 deletions lib/task/sfPropelGenerateModuleTask.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
*/
class sfPropelGenerateModuleTask extends sfPropelBaseTask
{
protected $constants;

/**
* @see sfTask
*/
Expand Down