source:
cpc/trunk/project/config/ProjectConfiguration.class.php
@
2
Last change on this file since 2 was 2, checked in by , 12 years ago | |
---|---|
File size: 361 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | require_once '/home/cpc/symfony-1.2.7/lib/autoload/sfCoreAutoload.class.php'; |
4 | sfCoreAutoload::register(); |
5 | |
6 | class ProjectConfiguration extends sfProjectConfiguration |
7 | { |
8 | public function setup() |
9 | { |
10 | // for compatibility / remove and enable only the plugins you want |
11 | $this->enableAllPluginsExcept(array('sfPropelPlugin', 'sfCompat10Plugin')); |
12 | } |
13 | } |
Note: See TracBrowser
for help on using the repository browser.