source:
cpc/trunk/project/config/ProjectConfiguration.class.example.php
@
7
Last change on this file since 7 was 7, checked in by , 12 years ago | |
---|---|
File size: 355 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | require_once '/home/cpc/symfony/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.