thd/config/.svn/text-base/ProjectConfiguration.class.php.svn-base
changeset 35 94a1dc255022
equal deleted inserted replaced
34:56befcb22751 35:94a1dc255022
       
     1 <?php
       
     2 // Virtualbox dev
       
     3 //require_once '/opt/symfony-1.2.8/lib/autoload/sfCoreAutoload.class.php';
       
     4 // Gothbook dev
       
     5 putenv("PATH=/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin");
       
     6 
       
     7 
       
     8 
       
     9 define('SF_ENVIRONMENT', 'dev');
       
    10 require_once '/Users/gautierthibault/SRV/symfony-1.2.8/lib/autoload/sfCoreAutoload.class.php';
       
    11 sfCoreAutoload::register();
       
    12 
       
    13 class ProjectConfiguration extends sfProjectConfiguration
       
    14 {
       
    15   public function setup()
       
    16   {
       
    17     // for compatibility / remove and enable only the plugins you want
       
    18     $this->enableAllPluginsExcept(array('sfDoctrinePlugin', 'sfCompat10Plugin'));
       
    19   }
       
    20 }