Posts by marquesini • 96 points
2 posts
-
5
votes1
answer1201
viewsA: Problem connecting multiple Codeigniter databases
You should change the settings for accessing your main database in your application/configdatabase.php file to: $config['default']['hostname'] = "localhost"; $config['default']['username'] =…
-
3
votes1
answer170
viewsA: How to define a dynamic folder in Ckfinder?
The popup() method accepts basePath as the first parameter. It has the following signature: <static> {CKFinderAPI} CKFinder.popup(basePath, width, height, selectActionFunction, callback) So,…