Skip to content

Instantly share code, notes, and snippets.

@gido
Created December 1, 2009 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gido/246306 to your computer and use it in GitHub Desktop.
Save gido/246306 to your computer and use it in GitHub Desktop.
class ProjectConfiguration extends sfProjectConfiguration
{
public function setup()
{
$this->enableAllPluginsExcept('sfDoctrinePlugin');
// if(ENV == "dev"):
$this->setWebDir('/a/path');
// else:
$this->setWebDir('a/different/path');
// endif
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment