YII 1 how to use multiple database in one application and one single login -


yii 1.

i have multiple database ex: db_company_a , db_company_b same structure , table , in every database have tbl_user , in tbl_user have company_id. question how use single page login , redirect based on user login?

i have follow doesnt work here!


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -