[symfony-users] Re: Read RSS feed

2007-12-14 Thread eax
Thanks you for your answer, I didn't know this website, I looks interesting (hop! in my favs) Sylvain --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to sym

[symfony-users] Read RSS feed

2007-12-14 Thread eax
Hi Does it exists any solution to read RSS feeds ? or I have to do it by myself ? Thanks Sylvain --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-u

[symfony-users] i18n and MySQL

2007-12-12 Thread eax
Hi I would like to translate my website in many languages thanks to symfony's i18n and use MySQL to store the translation data. I didn't understood the poor informations on the official Symfony website. I would like to know if somebody could tell me where I can get these informations. Thanks S

[symfony-users] Re: Create a common action in several modules

2007-12-04 Thread eax
I've just replaced public function executeCommon() by public function preExecute() and it works Thank you for your help :) Sylvain --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post t

[symfony-users] Re: Create a common action in several modules

2007-12-04 Thread eax
Ok, I've done that : lib/myCommonActions.class.php: -- http://groups.google.com/group/symfony-users?hl=en -~--~~~~--~~--~--~---

[symfony-users] Re: Create a common action in several modules

2007-12-04 Thread eax
ustom class > in your lib directory inherited from sfActions and add the shared common > action (executeCommon?) to them. Add it a good name, and inherit your > actions from that. > > Hope it helps, > > Szabolcs Heilig > > On Dec 4, 2007 3:02 PM, eax <[EMAIL PROTEC

[symfony-users] Create a common action in several modules

2007-12-04 Thread eax
Hi, I would like an common action to be called from some modules. It's a sort of common action, but I don't know how to do. Thanks Sylvain --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To p

[symfony-users] Re: Sharing a variable between components

2007-12-04 Thread eax
Thank you for yours answers Sylvain On 3 déc, 17:27, "Nicolas Perriault" <[EMAIL PROTECTED]> wrote: > On 12/3/07, eax <[EMAIL PROTECTED]> wrote: > > > I would like to initialize a variable in my controller, and use it in > > components (I don't spea

[symfony-users] Sharing a variable between components

2007-12-03 Thread eax
Hi, I would like to initialize a variable in my controller, and use it in components (I don't speak of sessions variables). Thanks Sylvain --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To p