Mario
Posts: 14
|
| Posted: 04/02/2012, 3:17 AM |
|
Hello,
I would like to know if CCS can read (setup) the data connection parameters (ddbb server ip, user/pass..etc) from a xml configuration file (that includes that info, of course).
The issue here for me is that if I have several projects with the same connection config I can just update once the xml and not all and every project one by one.
If not...is there any trick that could work similarly that you know?
Thanks in advance,
Mario
|
 |
 |
icp4all
Posts: 37
|
| Posted: 04/02/2012, 6:55 AM |
|
an include file with your conectiondata?
in php its verry simple to make and in other languages also i think
I normally strore the includet file outside of the root or in a folder protected with htacess
hans
|
 |
 |
Mario
Posts: 14
|
| Posted: 04/04/2012, 3:39 AM |
|
Trying....
Thanks
|
 |
 |
|