Posts tagged: codeigniter

2 post(s)

[2013-02-23] CodeIgniter introduces $_SERVER['CI_ENV']

On the 3rd of March last year (2012) 'roberto-butti' suggested using a server environment variable to control the value of CodeIgniter's ENVIRONMENT. The full discussion on the issue can be found at GitHub. And in June Phil Sturgeon added logic for this in index.php (see commit). By using Apache's SetEnvIf-directive...

[2012-08-12] Use latest CodeIgniter in your project

The development branch of the PHP framework CodeIgniter resides on GitHub and can be cloned by anyone. This article will outline a suggestion on how to set up a project that is continuously based on the latest version available in the repository. I'll explain how to create, develop and maintain...