I'm trying to find the best way to create a database connection for use with the ORM based on dynamic parameters i.e. with hostname, port, etc. information that is not present in the symfony2 configuration but determined at runtime. Is is possible to maybe modify the symfony2 configuration after the fact by e.g. programmatically injecting the necessary dbal connection information in a controller method and/or helper method before making use of the orm?
-- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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
