egroups.com
Envoyé le : Dimanche, 24 Juin 2007, 13h34mn 11s
Objet : [symfony-users] Re: Re : [symfony-users] Re: config cross app
Loïc Vernet a écrit :
simply
use app.yml in /config
I repeat I've to access par
Nicolas CHARLOT a écrit :
> For an I18n project, I would define a param "languages_available". This param
> impact on Front and Back app and I wouldn't have to write 2 identical config
> file. Is there a way to do that easily or do U advise to use a table for this
> purpose ?
What about makin
Loïc Vernet a écrit :
simply
use app.yml in /config
I repeat I've to access params in many apps.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send
simply use app.yml in /config
- Message d'origine
De : Nicolas CHARLOT <[EMAIL PROTECTED]>
À : symfony-users@googlegroups.com
Envoyé le : Dimanche, 24 Juin 2007, 11h23mn 09s
Objet : [symfony-users] Re: config cross app
Adriaan van N. a écrit :
> You may create a link bet
Adriaan van N. a écrit :
> You may create a link between the files:
> $ cd symfony_base/apps/new_app
> $ ln ../../original_app/config_file.yml config_file.yml
>
OK, but I'm still using Windows...
--~--~-~--~~~---~--~~
You received this message because you are su
You may create a link between the files:
$ cd symfony_base/apps/new_app
$ ln ../../original_app/config_file.yml config_file.yml
On Jun 23, 7:00 pm, Nicolas CHARLOT <[EMAIL PROTECTED]> wrote:
> Hi,
> For an I18n project, I would define a param "languages_available". This param
> impact on Front a