News Feed
Jobs Feed
Sections




Recent Jobs

News Archive
Phil Sturgeon's Blog:
How to Multi-site CodeIgniter Set-up
June 24, 2009 @ 12:58:12

The CodeIgniter framework, by default, is set up to work with a one site instance. Unfortunately, this isn't always the case and several developers have found the need to make it support more than one website based on the same codebase. Phil Sturgeon has written up this post to show you exactly how.

A few people have asked me recently about setting up CodeIgniter to run accross multiple domains based on the same codebase. This can be handy for sites than run different databases for different geographical areas, all of which need the same code but different content. To get this working I took a little code from PyroCMS and modded a previous article "How to: Support multiple production environments in CodeIgniter" and found a relatively simple solution.

You'll need to modify a bit of code to get things working: changing up the config.php to look at the hostname, making a site constant and updating the database.php config file to configure connections for each of the site constant defined.

0 comments voice your opinion now!
tutorial multisite codeigniter



Similar Posts

Gonzalo Ayuso's Blog: Pivot tables in PHP

IBM developerWorks: Developing PHP the Ajax way, Part 2 - Back, Forward, Reload

Robert Basic's Blog: Chaining routes in Zend Framework

Zend Developer Zone: Manipulating Images with PHP and GraphicsMagick

DevShed: PHP Statements and Beginning Loops


Community Events









Don't see your event here?
Let us know!


codeigniter extension podcast performance facebook feature zendframework windows developer conference microsoft job wordpress framework sqlserver release apache opinion drupal symfony

All content copyright, 2010 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework