I forgot: thanks in advance :)

On 19 mar, 15:13, Sid Ferreira <sid....@gmail.com> wrote:
> Hi all!
> Recently I've got a big disappointment with symfony 1.4.
>
> With a new project, wich we expected to be able to use 100% of Symfony
> and Doctrine combo, specially the behaviours of Doctrine.
> Indeed, we made an exotic schema:
>
> TableName:
>   actAs:
>     SoftDelete:
>     Timestampable:
>     Blameable:
>     Versionable:
>     I18n:
>       fields: [title, description]
>       actAs:
>         Timestampable:
>         Sluggable:
>         Blameable:
>         Versionable:
>         Taggable:
>
> And ended up that we're facing this whole week tweaks to get over the
> problems of using the combined behaviours:
> - Versionable in the parenth table tried to add the translated fields
> - Taggable can't save cause is missing lang (trying to find what's
> wrong)
> - Nested set methods doesn't show up
> - Custom names for primary keys are many times ignored
>
> Anyway, I got a lot of headache due to this issues, so Im wondering:
> why the parts of the clock aren't working? Does anybody did this sort
> of use of Doctrine and had similar problems?
>
> Any help is acceptable
>
> ps: I don't want to discuss Propel vs doctrine, it's just the first
> project that I'm trying to use 100% of doctrine.

-- 
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 unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe from this group, send email to 
symfony-users+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to