notjosh a écrit : > Does it work, though? Last time I tried in symfony (admittedly well > over a year ago), it was inheriting the wrong classes and it was just > a mess that I couldn't untangle. I'm too scared to try it again, hehe. > I confirm it works well (Symfony 1.0.2). Unfortunately, the model has to be designed for Propel inheritance but it works :-\
Use of sfPropelActAsNestedSetBehaviorPlugin require for each subclass in mainclass : sfPropelBehavior::add('[SUBCLASSNAME]', array('actasnestedset' => array('columns' => $columns_map))); --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---