Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We have multiple databases. admin and dynamic client DBs. based on user's input we connect to the corresponding client db. we are using doctrine to connect db. We have already created entity for tables with many to one relation. When we display user screen we need to show the list of roles from roles table. in our config we have specified admin db as default. Both users and roles tables are in client dbs. When we open the new user screen getting error as "table not found in admin db". we have hard coded db schema name in roles entity annotations(table) and getting the roles list. We can't hard coded the client db name. its dynamic value. any idea?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.