We have multiple databases defined in databases.yml, however
sfPropelActAsNestedSetBehaviorPlugin only calles
propel::getConnection() so it never uses the correct database for the
current object (and therefore never finds the tables, balking out when
you call ->save() after calling ->insertAsLastChildOf($node).

I'm fairly new to symfony, but don't mind having a whack - can someone
give me a pointer to a clean way to implement what I need.

Obviously the short term answer is to put that database first in
databases.yml (as only one database currently uses
sfPropelActAsNestedSetBehaviorPlugin ) but we all know that's a hack
and doomed to failure as the second database gets added to the mix.

Cheers,


Andy


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to