Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Phil Sturgeon's Blog:
UTF-8 support for CodeIgniter
Aug 19, 2009 @ 14:34:30

Phil Sturgeon has posted a quick guide on working with UTF-8 support in the CodeIgniter framework.

Writing an application is easy. Writing an application that supports all characters from multiple languages? Not so easy. [...] To make your CodeIgniter application play nicely with UTF-8 you have a few things to think about.

He shows how to set the headers up correctly, change the framework's configuration to include UTF-8 as a character set and set up the database connection to use it too. If you're already using a non-UTF-8 database structure, he also includes an example of how to make the conversion.

tagged: codeigniter framework utf8 support mysql

Link:


Trending Topics: