Re: secure database info in different environments

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ok, thanks for the feedback.  I'll check it out.


Regards,

Bruce

>>> Jochem Maas <jochem@xxxxxxxxxxxxx> 3/04/2007 9:12 p.m. >>>
Bruce Cowin wrote:
> Hi,
> 
> I have a generic database class that I built to connect to our different databases.  From other posts that I've read, I think the safe thing is for me to put this file outside the web root, ensure it has a .php extension, set the include path to include this folder and include it in any pages that require it.  Is this correct?
> 
> Also, how do you handle the different environments: dev, test, and prod?  I don't want to have to change the code every time I copy the file over.  Do I have an independent file that determines if that folder should point to dev/test/prod?

I generally use CVS to store my work and also to 'publish' stuff onto different setups/machines for testing/production,
rather than moving/copying files manually - I find it alot easier to type 'cvs up -r SOME_TAG' and just have all the
files updated with out having to think about which exactly files I must copy.

I usually end up with a small config file that is not included in the [cvs] project (so it must be created manually
for/in each installation) and have the project 'init' code check for the config file, require it and then test for the
existance of some required constants/variables/etc - if the file is missing, not readable or expected constants/vars/etc
are missing then the app dies with a suitable error message.

> 
> Thanks for your help.
> 
> 
> 
> Regards,
> 
> Bruce
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux