Commit graph

59 commits

Author SHA1 Message Date
William DURAND 08bf28df42 Fixed null value in dbal.config 2011-02-14 23:05:23 +01:00
William DURAND 5b5feecaf5 Changed namespace to Propel\PropelBundle 2011-02-14 22:31:28 +01:00
William DURAND 1a5b615f4d Added default values in PropelExtension 2011-01-30 22:37:30 +01:00
William DURAND 3ca3404d44 The database charset is now configurable.
First, the 'FIXME:' said more or less to use %kernel.charset% to configure
the database charset. But charsets are not database charsets.
That's why a new config parameter has appeared :

  propel.config:
      charset:  "UTF8"

This parameter is optional and default is "UTF8".
2011-01-26 21:47:06 +01:00
William DURAND 1529807181 Attribute 'classname' is now based on %kernel.debug% 2011-01-26 21:32:57 +01:00
William DURAND 6d4157f673 Improved the PropelExtension to load config settings. Should work with multiple connections. 2011-01-25 21:24:26 +01:00
William DURAND 1418f645c0 Fix configLoad() 2011-01-23 21:28:30 +01:00
William DURAND 7cd70d9cb9 Type hints 2011-01-22 16:14:02 +01:00
Fabien Potencier d2b2a18237 added files 2010-10-28 14:41:03 +02:00