>
> I am trying to execute sql requests against two different myql
> database (using propel) during the same user request session (after
> the request is sent by the user and before the view is generated and
> returned to the user).
You'll need to add connection settings for the second database in your
databases.yml, and when you send your request pass in a
Propel::getConnection('second_database')
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony developers" 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-devs?hl=en
-~----------~----~----~----~------~----~------~--~---