Hi, I need to handle multiple environments (dev, qa, production...)
and for each I need a set of values, diffrent api keys,  base urls
resource locations etc.  Is there a way to define an array for each
environment and have an global environment_config array that can be
accessed from controllers/models/views? Is there a default technique
for this?

its sort of what the db config does, something more or less like this:

$dev = array();
$qa = array();
$production = array();

$environment_config = $dev;



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to