Changeset 11751
- Timestamp:
- 09/23/08 22:07:37 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.2/doctrine_book/en/01-Getting-Started.txt
r11715 r11751 16 16 public function setup() 17 17 { 18 $this->enablePlugin ('sfDoctrinePlugin');19 $this->disablePlugin ('sfPropelPlugin');18 $this->enablePlugins('sfDoctrinePlugin'); 19 $this->disablePlugins('sfPropelPlugin'); 20 20 } 21 21