acquia / acquia-sdk-php

The Acquia SDK for PHP allows developers to build applications on top of Acquia services.
MIT License
25 stars 20 forks source link

Adding support for AH_SITE_NAME #60

Closed daphneacquia closed 8 years ago

daphneacquia commented 10 years ago

https://github.com/acquia/acquia-sdk-php/issues/53

cpliakas commented 10 years ago

Thanks @daphneacquia! Overall the technique and logic looks good, we just need to pull in the changes committed at #59 so we can use the new CloudEnvironment::getEnv() method.

Zlender commented 8 years ago

I incorporated the comments and code into #75