10-11-2010, 04:54 PM
(This post was last modified: 10-11-2010, 06:36 PM by matteo lucarelli.)
on a *nix system you can use the hard-link for obtain that.
Elsewhere you should simply link in the code different settings file (and then different DB/Data folders) for every user.
The modification should not be difficoult (if you're a PHP developer) at least a bit time consuming (because settings.inc is included everywhere) but I've never tried.
The best way should be substitute settings.inc with a function able to select the right one.
Some other issues can emarge by the autentication mechanism.
Let us know
Elsewhere you should simply link in the code different settings file (and then different DB/Data folders) for every user.
The modification should not be difficoult (if you're a PHP developer) at least a bit time consuming (because settings.inc is included everywhere) but I've never tried.
The best way should be substitute settings.inc with a function able to select the right one.
Some other issues can emarge by the autentication mechanism.
Let us know