Connection to the database dynamicaly according to the URL in Codeigniter -


i have tried directory structure redirect directory original application , url contains directory name.it works fine me.. have done little bit code adding in route.php , code in config.php file. want connect sub directory path diffrent database every time, have started implementation database.php file not connect new database. basicaly looking way connect site database according there url path of directory.

$active_group = 'default'; $active_record = true;  $db['default']['hostname'] = 'localhost'; $db['default']['username'] = ""; $db['default']['password'] = ""; $db['default']['database'] = ""; 

in database.php add???? please help


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -