[symfony-users] Re: sfForkedDoctrineApplyPlugin, several profiles, inheritance, sluggable behavior

2011-06-22 Thread Grzegorz Śliwiński
So... It seems about right. Is sluggable field in the table in database? On Jun 21, 6:53 pm, lucia aicul...@gmail.com wrote: Hi, thanks for your time, I have this: //Basemyprofile1 $timestampable0 = new Doctrine_Template_Timestampable();         $sluggable0 = new

[symfony-users] Re: sfForkedDoctrineApplyPlugin, several profiles, inheritance, sluggable behavior

2011-06-22 Thread lucia
No, it isn't On 22 jun, 15:13, Grzegorz Śliwiński fi...@fizyk.net.pl wrote: So... It seems about right. Is sluggable field in the table in database? On Jun 21, 6:53 pm, lucia aicul...@gmail.com wrote: Hi, thanks for your time, I have this: //Basemyprofile1 $timestampable0 = new

[symfony-users] Re: sfForkedDoctrineApplyPlugin, several profiles, inheritance, sluggable behavior

2011-06-21 Thread Grzegorz Śliwiński
hmmm... could you check your Basemyprofile1 or Basemyprofile2 classes if they include your behaviours? On Jun 20, 2:13 pm, lucia aicul...@gmail.com wrote: Hi, I followed the readme of the plugin, the problem is that when I rebuild model I lose behaviors, I have this model: myprofile1:  

[symfony-users] Re: sfForkedDoctrineApplyPlugin, several profiles, inheritance, sluggable behavior

2011-06-21 Thread lucia
Hi, thanks for your time, I have this: //Basemyprofile1 $timestampable0 = new Doctrine_Template_Timestampable(); $sluggable0 = new Doctrine_Template_Sluggable(array( 'fields' = array( 0 = 'name', ), 'unique' = true,