Pour récupérer l’environnement courant de son appli sf2 depuis l’action d’un contrôleur :
<?php echo $this->container->get('kernel')->getEnvironment(); ?>
ou en version raccourcie
<?php echo $this->get('kernel')->getEnvironment(); ?>
Pour récupérer l’environnement courant de son appli sf2 depuis l’action d’un contrôleur :
<?php echo $this->container->get('kernel')->getEnvironment(); ?>
ou en version raccourcie
<?php echo $this->get('kernel')->getEnvironment(); ?>