Add more default values
This commit is contained in:
parent
27b0f3c374
commit
69cbd01fcc
2 changed files with 30 additions and 10 deletions
|
|
@ -604,6 +604,12 @@ EOT;
|
|||
'propel.output.dir' => $kernel->getRootDir().'/propel',
|
||||
'propel.php.dir' => $kernel->getRootDir().'/..',
|
||||
'propel.packageObjectModel' => true,
|
||||
'propel.useDateTimeClass' => true,
|
||||
'propel.dateTimeClass' => 'DateTime',
|
||||
'propel.defaultTimeFormat' => '',
|
||||
'propel.defaultDateFormat' => '',
|
||||
'propel.defaultTimeStampFormat' => '',
|
||||
'propel.builder.pluralizer.class' => 'builder.util.StandardEnglishPluralizer',
|
||||
), $properties);
|
||||
|
||||
// Adding user defined properties from the configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue