[symfony-users] Re: Tuto Jobeet

2010-08-15 Thread Seb
Thanks to you -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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@googlegroups.com To unsu

[symfony-users] Tuto Jobeet

2010-08-12 Thread Seb
Hy everyone, I have a little question about this tuto : http://www.symfony-project.org/jobeet/1_4/Doctrine/en/02 How do they do to make the Interface's prototype (I mean what programme do they use) ? thanks !! -- If you want to report a vulnerability issue on symfony, please send it to securi

[symfony-users] Re: Doctrine 2 joins on same table

2009-08-21 Thread Seb at Ep factory
 SfGuardUserGroup_1: >      Owner:     SfGuardUser_1 >      Member:    SfGuardUser_2 >      is_active: 1 > ... > > Seb at Ep factory wrote: > > > Hello, > > > I need to create a table that represent group of a user. > > A user can create a group, and any other u

[symfony-users] Doctrine 2 joins on same table

2009-08-21 Thread Seb at Ep factory
Hello, I need to create a table that represent group of a user. A user can create a group, and any other user can be part of this group. sf_guard_user_id : owner of the group member_id : a member of a group I did the following : schema.yml : sfGuardUserGroup: tableName: sf_guard_user_group

[symfony-users] Re: How to clear cache for doctrine build functions ?

2009-08-19 Thread Seb at Ep factory
Hi Jonathan, Why not include generate file removing directly in build tasks so that we can easily rebuild model ? Seb On 29 juin, 21:30, Jonathan Wage wrote: > If you remove some models from your YAML file then you need to remove the > files that were generated in your lib/model, li

[symfony-users] Re: sfValidatorPropelUnique giving problems when updating sfGuardUserProfile

2008-10-28 Thread Seb at Ep factory
Hello, I had the same problem and found out a solution : First, have a look at http://www.symfony-project.org/forum/index.php/m/60712/ where you have an explanation of a potential problem in view $form[id] should be between tables. Second, i did the following test to prevent from errors on updat