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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.