Re: [symfony-users] Re: Save embedded forms at diferent times

2009-11-20 Thread Stefan Paschke
Hi Germana On Nov 20, 2009, at 1:43 AM, Germana Oliveira wrote: Wel i have this in my lib/form/AudienciaForm.class.php public function configure() { if ($this-isNew()) { $conciliadorForm = new AudienciaConciliadorForm(); $denuncianteForm = new PersonaForm(null,

Re: AW: [symfony-users] Unsubscribe from the group

2009-11-20 Thread Philipp Engel
Me too!!! thx Patrick Landolt schrieb: Same problem here! please remove me, too. thanks *Von:* Damien Brugne [mailto:dbru...@x-prime.com] *Gesendet:* Donnerstag, 19. November 2009 18:22 *An:* symfony-users@googlegroups.com *Betreff:* [symfony-users] Unsubscribe from the

[symfony-users] sfWebRequest::getRelativeUrlRoot inside sfWidgetForm

2009-11-20 Thread ken
What is the best way of referencing sfWebRequest::getRelativeUrlRoot inside sfWidgetForm without needing sfContext? Is it a good idea for a widget image assets to be dependent on the relativeurlroot or it is better to use absolute path? -- You received this message because you are subscribed to

Re: AW: [symfony-users] Unsubscribe from the group

2009-11-20 Thread Thomas Rabaix
Connect to google groups and unsubscribe from the web interface. I guess you will never say thanks ;) On Fri, Nov 20, 2009 at 9:33 AM, Philipp Engel philipp.en...@teliad.de wrote: Me too!!! thx Patrick Landolt schrieb: Same problem here! please remove me, too. thanks Von:

AW: AW: [symfony-users] Unsubscribe from the group

2009-11-20 Thread Patrick Landolt
I guess you can't imagine that we already tried that... -Ursprüngliche Nachricht- Von: Thomas Rabaix [mailto:thomas.rab...@gmail.com] Gesendet: Freitag, 20. November 2009 12:10 An: symfony-users@googlegroups.com Betreff: Re: AW: [symfony-users] Unsubscribe from the group Connect to

Re: AW: [symfony-users] Unsubscribe from the group

2009-11-20 Thread Thomas Rabaix
Alright then ... filter = move to trash ... On Fri, Nov 20, 2009 at 12:17 PM, Patrick Landolt patrick.land...@artack.ch wrote: I guess you can't imagine that we already tried that... -Ursprüngliche Nachricht- Von: Thomas Rabaix [mailto:thomas.rab...@gmail.com] Gesendet: Freitag, 20.

Re: [symfony-users] Re: Redirection after submitting a New form

2009-11-20 Thread Martin Ibarra Cervantes
On Fri, Nov 20, 2009 at 9:16 AM, tirengarfio tirengar...@gmail.com wrote: Thanks Ashton! On Nov 20, 10:26 am, Ashton Honnecke ahonn...@gmail.com wrote: In processForm. Ashton Honnecke ahonne...@gmail.com On Nov 20, 2009, at 8:20, tirengarfio tirengar...@gmail.com wrote: Hi, i have

[symfony-users] Trying to fetch one column

2009-11-20 Thread tirengarfio
Hi, i have a table to with two fields: user1 and user2. I have also this code to fetch the user2 column: // Extraemos los amigos del usuario de la sesion. $this-friend_list = Doctrine::getTable('FriendReference') -createQuery('a') -select('a.user2') -where(a.user1 LIKE ?,

[symfony-users] Remove the layout from the signining page

2009-11-20 Thread tirengarfio
Hi, I have started to create the layout for my app, but it also appears in my signining page... I dont want that, so what can i do? Bye Javi -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to

[symfony-users] Remove the layout from the signining page

2009-11-20 Thread tirengarfio
Hi, I have started to create the layout for my app, but it also appears in my signining page... I dont want that, so what can i do? Bye Javi -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to

[symfony-users] Writing to cache tree problem, does not seem permissions related

2009-11-20 Thread Malcolm
I have to work on an existing project under Symfony 1021. I acquired the project from SVN. Since I use Mac OS, and my hard drive is formatted as case-insensitive, I had to mount a disk image formatted as case sensitive and establish the project on that, so that the svn checkout could succeed -

[symfony-users] Re: Bonjour - nouvel utilisateur a un probleme 'unable to write cache file'

2009-11-20 Thread Malcolm
Haha - thanks Sid! The first couple of messages I saw here were in French and I saw lots of French user names so I incorrectly assumes that was the language of choice here - posting again in English... :) On 20 nov, 12:29, Sid Bachtiar sid.bacht...@gmail.com wrote: Hi Malcolm, Nice to meet

Re: [symfony-users] Remove the layout from the signining page

2009-11-20 Thread Parijat Kalia
Go to config of your application, go to view.yamlspecify the page you don't want the layout and set has_layout: off On Fri, Nov 20, 2009 at 12:14 PM, tirengarfio tirengar...@gmail.com wrote: Hi, I have started to create the layout for my app, but it also appears in my signining page...