News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

PHP-GTK Blog: How to: PHP 5.3 with PHP-GTK and Cairo on Linux Mint 9

Blue Parabola Blog: Installing phpUndercontrol on Debian Etch

NetTuts.com: Namespacing in PHP

DevShed: Using Method Call Overloading in PHP 4

PHPRiot.com: Singleton Classes in PHP


Community Events











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


series conference interview testing unittest database language release development symfony2 opinion community phpunit podcast zendframework2 usergroup rest introduction functional framework

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