News Feed
Jobs Feed
Sections




News Archive
Elliot Haughin's Blog:
Building UTF8 Compatible CodeIgniter Applications
March 25, 2010 @ 12:13:43

Elliot Haughin has written up a post for all of those developers out there either already using CodeIgniter or wanting to use it for your application - a look at making a UTF-8 compatible site with the help of a few custom libraries and form helpers.

UTF8 allows your site to represent characters other than those in the basic english alphabet. More often than not, your CodeIgniter Application will contain methods where users can enter their name. [...] This guide assumes you are reasonably competent in installing php extensions, adding config variables to your php.ini, and using MY_ CodeIgniter overloading. If you're not sure about any of these, please make sure you consult a professional.

You'll need to install the mbstring extension for PHP to be able to follow along with his example. He shows how to override the basic form functionality with custom functions to change the display of the form and how it handles the submitted information. He also looks at how to update the XML-RPC library that comes with the framework and the creation of a new helper to allow you to convert, check, compare and sort UTF-8 data.

0 comments voice your opinion now!
utf8 codeigniter tutorial library helper


blog comments powered by Disqus

Similar Posts

DZone.com: Refactoring away from spaghetti PHP

CodeSnipers.com: HTML Helpers - Ruby Wannabes in PHP

NorthClick Blog: Tips for creating a small but solid newsletter-system

Zend Developer Zone: Create your own widget with PHP-GTK

SitePoint PHP Blog: Tim\'s comment challenge...


Community Events









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


database unittest code framework phpunit composer tool opinion development api testing interview community release zendframework2 language object podcast example introduction

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