W odpowiedzi na e-mail od: Ant Cunningham otrzymany dnia 2008-08-26 03:24 :
> turn off propel.builder.addIncludes in your propel.ini. The symfony autoload
> should take care of it for you because everything in lib.model should get
> loaded as needed...
>   
i set

propel.builder.addIncludes  = false

clear symfony cache and rebuild model

but still got in top of  autogenerated classes
BaseUsersNestedSet.php -> require 'lib/model/om/BaseUsers.php';
instead of
BaseUsersNestedSet.php -> require 'BaseUsers.php';

and must manually edit those files
what am i doing wrong???


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to