brichotomy

i have always been regretting that i was not as wise as the day i was born
–thoreau
Aug 23
Permalink

getting symfony environment value (dev, staging, prod, etc)

In templates:

<?php $currentConfiguration = sfContext::getInstance()->getConfiguration(); ?>
<?php $env = $currentConfiguration->getEnvironment(); ?>