You can try something like this:

if (in_array(env('HTTP_HOST'), array('localhost', '127.0.0.1'))) {
    // localhost
} else {
    // live
}

2012/5/12 Daniel <[email protected]>

> Hi,
>
> I want to write some code along the lines of:
> if ("on localhost")
>        // site is being tested: do something
> else
>        // site is live: do something else
>
> ... or is there another way to do this?
>
> Thanks.
>
> --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> [email protected] For more options, visit this group
> at http://groups.google.com/group/cake-php
>



-- 
Christopher Castro.
Analista Programador Senior PHP/MySQL
Pamplona, EspaƱa
QuickApps.es <http://www.quickapps.es/>
https://github.com/quickapps/QuickApps-CMS/

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to