[symfony-devs] Re: (Enhancement) Project-wide configuration file

2006-11-03 Thread Joby Walker
While I disagree with Fabien (project wide configuration is very useful -- DRY), I don't see a need for this. You can just add an app.yml in the base config/ directory and you end up with the same result. Joby Walker Fabien POTENCIER wrote: > -1 > > I don't think there is a real need for pr

[symfony-devs] Re: (Enhancement) Project-wide configuration file

2006-11-03 Thread Fabien POTENCIER
-1 I don't think there is a real need for project wide configuration... but this is just my opinion and my current usage of symfony. Fabien synace wrote: > Addition of a project.yml file in the /config directory for turn-key > project-wide settings. This replaces the old way of putting config

[symfony-devs] Re: Namespaces aka classes for helpers

2006-11-03 Thread synace
Personally I like the last option, which is what Tamcy also seems to like. ex: UrlLinkTo(...); ?> Url()->linkTo(...); ?> If you are interested in this topic, please read further. This text best summarizes the prior discussion and the options proposed: --- At this poi

[symfony-devs] (Enhancement) Project-wide configuration file

2006-11-03 Thread synace
Addition of a project.yml file in the /config directory for turn-key project-wide settings. This replaces the old way of putting config settings into /config/config.php now that it is loaded before the symfony classes. http://www.symfony-project.com/trac/ticket/1036 + or - please. ~synace -