How do I change the environment in CakePHP?
Posted
by ryudice
on Stack Overflow
See other posts from Stack Overflow
or by ryudice
Published on 2010-04-11T04:39:08Z
Indexed on
2010/04/11
4:53 UTC
Read the original article
Hit count: 280
I just started using CakePHP for a small project. I have rails experience, and I can see Cake and Rails are really similar, but I can't seem to find where to change the environment in which you are working. How can I do so? I'm currently working with test because I want to see all those debugging messages, but I want to see how the final design looks and I need to get rid of those messages. How can I change the environment to production?
© Stack Overflow or respective owner