Skip to content

Commit eca5fa4

Browse files
committed
Update cookbook/symfony2/working-with-symfony2.markdown
1 parent f0638fa commit eca5fa4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cookbook/symfony2/working-with-symfony2.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,14 @@ propel.dateTimeClass = DateTime
154154
propel.defaultTimeStampFormat =
155155
propel.defaultTimeFormat =
156156
propel.defaultDateFormat =
157+
158+
# A better Pluralizer
159+
propel.builder.pluralizer.class = builder.util.StandardEnglishPluralizer
160+
161+
# MySQL config
162+
# propel.mysql.tableType = InnoDB
163+
164+
# Behaviors come below
157165
{% endhighlight %}
158166

159167
## Sample Configuration

0 commit comments

Comments
 (0)