Nettuts+ Author - Ben Haines

PG

Author: Ben Haines

Hi, I'm Ben. I'm a developer/designer from a lil' country at the bottom of the world called New Zealand. My poisons of choice are PHP and CodeIgniter, JS and Mootools, CSS, and (X)HTML


Posts by Ben Haines

CodeIgniter Basics

Everything You Need to Get Started With CodeIgniter

Jan 26th in PHP by Ben Haines
171

CodeIgniter is a web application framework for PHP. It enables developers to build web applications faster, and it offers many helpful code libraries and helpers which speed up tedious tasks in PHP. CodeIgniter is based on a modular design; meaning that you can implement specific libraries at your discretion – which adds to the speed of the framework. This tutorial will attempt to show you the basics of setting up the framework, including how to build a basic hello world application that uses the MVC approach.
Continue Reading