Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好的,我需要的是相当简单的,但我正在寻找最好的、CodeIgniter 友好的解决方案:
我需要的 :
那么,有什么想法吗?你会怎么做?
我用:
if ($_SERVER['SERVER_NAME'] == 'localhost'){ //local settings } else { //live settings }