Changeset 8247
- Timestamp:
- 04/03/08 22:58:02 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/plugins/sfPropelPlugin/config/config.php
r7614 r8247 1 1 <?php 2 2 3 set_include_path( sfConfig::get('sf_root_dir').PATH_SEPARATOR.get_include_path().PATH_SEPARATOR.dirname(__FILE__).'/../lib/vendor');3 set_include_path(get_include_path().PATH_SEPARATOR.dirname(__FILE__).'/../../../lib/vendor/'.PATH_SEPARATOR.sfConfig::get('sf_root_dir')); branches/1.1/lib/plugins/sfPropelPlugin/lib/propel/database/sfPropelDatabase.class.php
r6805 r8247 66 66 if ($dsn = $this->getParameter('dsn')) 67 67 { 68 set_include_path(get_include_path().PATH_SEPARATOR.dirname(__FILE__).'/../../../lib/vendor/'); 69 68 70 require_once('creole/Creole.php'); 69 71 $params = Creole::parseDSN($dsn); branches/1.1/lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/default.properties
r6005 r8247 62 62 # ------------------------------------------------------------------- 63 63 64 propel.addGenericAccessors = false65 propel.addGenericMutators = false64 propel.addGenericAccessors = true 65 propel.addGenericMutators = true 66 66 propel.addSaveMethod = true 67 67 propel.addTimeStamp = true