CodeIgniter
Posted: 2009-07-08
Category: CodeIgniter
A topic I see come up on the CodeIgniter forums quite a lot is "How do I create an admin panel" in CodeIgniter? This article will show you the best structure for your admin panel, but leave the actual code to you.
Posted: 2009-06-22
Category: CodeIgniter
A few people have asked me recently about setting up CodeIgniter to run accross multiple domains based on the same codebase, so here are a few tips on how to get this working on your CodeIgniter set-up.
Posted: 2009-06-03
Category: CodeIgniter
There have been 1 or 2 RESTful implementations for CodeIgniter so far, but none of them have been flexible or clean enough. This is the first publicly available RESTful implementation for CodeIgniter.
Posted: 2009-05-29
Category: CodeIgniter
When you have an ActiveRecord call that just will not work, it can be a pain. To save asking questions on the CodeIgniter forums that you could answer yourself, try these steps.
Posted: 2009-05-19
Category: CodeIgniter
I have recently starting using Google Analytic's to track this web-site and as such I have suddenly started to care about improving its SEO while creating Google Analytic friendly URL's.
Posted: 2009-05-17
Category: CodeIgniter
Smarty by default has lots of useful functions - or modifiers - to help you modify your Smarty variables. Using this modifier, you can access any CodeIgniter helper in your view files.
Posted: 2009-02-06
Category: CodeIgniter
How do you read your CodeIgniter error logs for your live site? Download them via FTP and open them up each time, scroll to the bottom and read? That sucks! Try tailing.
Posted: 2009-01-29
Category: CodeIgniter
Maintaining different configurations for CodeIgniter across multiple environments can be a pain. Find out how to support multiple config settings and create a instance-wide flag to let you know which environment is being used.
Posted: 2009-01-19
Category: CodeIgniter
The URI segment system in CodeIgniter is a very handy thing, but sometimes not flexible enough to handle all your URL needs in one go. To have URL's like http://example.com/username and still maintain normal URI segment structure, read on.
Posted: 2009-01-12
Category: CodeIgniter
While there may be many hosting solutions out there, how many of them are designed for CodeIgniter developers? Now the users have one!