Changeset 5354
- Timestamp:
- 10/03/07 16:11:35 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfDoctrinePlugin/branches/mahono/README
r5274 r5354 1 1 sfDoctrine symfony plugin 2 2 ========================= 3 4 NOTE: This branch requires symfony 1.1 (svn trunk). 3 5 4 6 Overview plugins/sfDoctrinePlugin/branches/mahono/lib/sfDoctrineDatabase.class.php
r5288 r5354 29 29 { 30 30 parent::initialize($parameters); 31 32 // little hack to make it work with symfony 1.1 33 // must be refactored into a clean solution! 34 if (is_null($name)) { 35 return; 36 } 31 37 32 38 // if a default connection is defined we only open that one