W odpowiedzi na e-mail od: Ant Cunningham otrzymany dnia 2008-08-26 00:34 : > It shouldnt be calling BaseUsers... it should be calling UsersNestedSet. > When you apply a nested set to a column the class hierarchy looks like this: > > BaseModelClass > NestedSetModelClass > ModelClass > > BaseModelClassPeer > ModelClassNestedSetPeer > ModelClassPeer > > Beyond that i dont know. > > thx!! i found out that i must remove my model class and regenerate by propel 1.3
now another problem arise because generated NestedSetPeer classes generate - i think - wrong require statement for Base Classes instead of simply require 'BaseUsersPeer.php'; they do require 'lib/model/om/BaseUsersPeer.php'; so i must manually edit and change require lines or change/add path? to lib model generated files? or i am doing something wrong - possibly with configuration of sfpropelplugin ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---