1 <?php
2
3 class frontendConfiguration extends sfApplicationConfiguration
4 {
5 public function configure()
6 {
7 }
8 }