[symfony-users] Re: sf1.0: App constants in validation yaml?

2008-01-19 Thread Zoltán Németh
2008. 01. 18, p�ntek keltez�ssel 10.10-kor Dave Dash ezt �rta: > Is their a way to use my constants defined in app.yml in a validation > file? > > The %APP_CONSTANT% method did not work nor did sfConfig::get('app_constant')?> try greets Zolt�n N�meth > > > > --~--~-~--~~

[symfony-users] Re: sf1.0: App constants in validation yaml?

2008-01-21 Thread Dave Dash
Unfortunately that did not work either. I have to re-examine my files again, but sfConfig::get didn't output things as planned. -d On Jan 19, 2008 12:07 AM, Zoltán Németh <[EMAIL PROTECTED]> wrote: > > 2008. 01. 18, p�ntek keltez�ssel 10.10-kor Dave Dash ezt �rta: > > Is their a way to use my c

[symfony-users] Re: sf1.0: App constants in validation yaml?

2008-01-22 Thread Zoltán Németh
2008. 01. 21, hétfő keltezéssel 22.06-kor Dave Dash ezt írta: > Unfortunately that did not work either. I have to re-examine my files > again, but sfConfig::get didn't output things as planned. show me the app.yml please than I maybe can help more :) greets Zoltán Németh > > -d > > On Jan 19

[symfony-users] Re: sf1.0: App constants in validation yaml?

2008-01-31 Thread jscheel
Pascal, gave me the solution on #symfony: For now, you need to place app constants in /apps/appname/config/ app.yml if you want a validation yml to read them with sfConfig::get() -Jared On Jan 22, 2:16 am, Zoltán Németh <[EMAIL PROTECTED]> wrote: > 2008. 01. 21, hétfő keltezéssel 22.06-kor Dav