↧
Pretty URLS in CodeIgniter
CodeIgniter has to be my favorite framework for PHP. The way it keeps out of your way while working to an MVC standard is something deserving of the highest praise. For reasons passing understanding...
View ArticleTalking in tongues – UTF8 with CodeIgniter
PHP 4 & 5 unfortunately have major problems working with UTF8. Hopefully this will be solved with PHP6 and its fancy pants new rendering interface. Until then we have to make do and mend. First...
View ArticleError reporting with CodeIgniter
While CodeIgniter does come with a reasonable error logging tool its simple nature of just dumping a single line report to a file on a distant server does not seem too pro-active for my tastes. The...
View Article