[symfony-users] sfDoctrineGuardPlugin in Project with multiple DB connections

2010-01-15 Thread Tiago Nunes
this? Best Regards, -- Tiago Nunes -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com

[symfony-users] Re: Trying to add prototype functions

2010-01-15 Thread Tiago Nunes
the ?php ? tags, or echo/print it from inside them. Best Regards, -- Tiago Nunes On Jan 15, 8:09 pm, Javier Garcia tirengar...@gmail.com wrote: Hi, I have added this in a template: div id=mutsu class=apple/div ?php  if( $('mutsu').hasClassName(apple) ){        alert(div has CSS apple class

[symfony-users] Re: Trying to add prototype functions

2010-01-15 Thread Tiago Nunes
Nunes On Jan 15, 9:10 pm, Javier Garcia tirengar...@gmail.com wrote: On 01/15/2010 09:20 PM, Tiago Nunes wrote: You're confusing PHP code with Javascript code, and that's not good. Thanks Tiago, it's true.. Anywy im trying this: ?php echo javascript_tag(    if($('mutsu').hasClassName(apple

[symfony-users] ysfYUIPlugin state. Is this plugin dead?

2009-09-09 Thread Tiago Nunes
/plugins/ysfYUIPlugin there's no info about the supported symfony versions, nor plugin releases. There's not even a plugin author to get in touch with. My question is, what's the state of this plugin? Is it reliable? Should I start a project using it? Best Regards, -- Tiago Nunes

[symfony-users] Re: ysfYUIPlugin state. Is this plugin dead?

2009-09-09 Thread Tiago Nunes
expected to be released? Thanks for your help. Best Regards, -- Tiago Nunes Dustin Whittle wrote: Hi Tiago, The plugin is not dead, but I have been waiting for the release of YUI3 and YUI3 widgets before I work on it. I don't really plan to support ysfYUIPlugin for YUI 2.x (the 1.1 and 1.2

[symfony-users] Re: Form Error Messages i18n

2009-03-11 Thread Tiago Nunes
sourceRequired./source targetCampo Obrigatório./target /trans-unit /body /file /xliff But the translation doesn't work... What am I doing wrong and how can I get it to work? Regards, Tiago Nunes --~--~-~--~~~---~--~~ You received this message because you

[symfony-users] Re: Form Error Messages i18n

2009-03-11 Thread Tiago Nunes
I had an error in the previous email. The /file tag shouldn't be there, but it's not the cause of it not working.. On Mar 11, 11:10 pm, Tiago Nunes xec...@gmail.com wrote: Hi, I have tried to do it using an XLIFF file without success... I have put a file named messages.pt.xml in apps

[symfony-users] Re: Form Error Messages i18n

2009-03-11 Thread Tiago Nunes
Hi again, I already got it to work. I forgot to enable i18n in settings.yml... My mistake :) Now the error messages are translated. Thanks for your help. On Mar 11, 11:14 pm, Tiago Nunes xec...@gmail.com wrote: I had anerrorin the previous email. The /file tag shouldn't be there, but it's

[symfony-users] Form Error Messages i18n

2009-03-10 Thread Tiago Nunes
in portuguese min_length = min_length message in portuguese max_length = max_length message in portuguese etc ... How can I accomplish this? Best Regards, Tiago Nunes --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups