CodeIgniter

Create your own link shortening site

I recently created a complete site that is a link shortening tool which allows you to run your own public link shortener that keeps statistics on user clicks, and also displays a feed of what is ‘hot’ right now, based on the communities use / click throughs. This article is a quick rundown on how to set it up, and where to view a running demo.

Modules in Code Igniter (HMVC)

Threw this on ShopTank tonight for Matt, looks very impressive. A way to create and load modules in code igniter… can’t be bothered explaining it, the details on their info page do a good job of it. Stupidly easy to install and get going, just add the libaries to your installation and you’re away.
Might write [...]

CodeIgniter 1.7 released

CodeIgniter Version 1.7 has been released. This version contains a number of new features and enhancements, as well as many small improvements and bug fixes. For a list of all changes please see the Change Log.
If you are currently running Code Igniter please read the update instructions.
Note: If your browser does not display [...]

Setting up a CodeIgniter project in SVN

Only because I know I’m gonna have to use this… well I already am, but apparently not with the right setup, here’s a post on CodeIgniter.com on how to setup your project best in SVN.
http://codeigniter.com/news/codeigniter_community_voice_howto_set_up_a_codeigniter_project_in_subversio/

Back to Top