codeigniter

Kenny Katzgrau's Blog: The Top 10 CodeIgniter Sparks of 2011

PHPDeveloper.org  Mon, 01/02/2012 - 09:32

Kenny Katzgrau has a new post with the top ten Sparks (CodeIgniter packages) for the year of 2011:


 

Derek Allard's Blog: Modifying the default CodeIgniter Calendar ...

PHPDeveloper.org  Fri, 12/24/2010 - 11:09

Derek Allard has a quick post for the CodeIgniter users out there with some styling you can use on the default CI calendar.


 

Alex Bilbie's Blog: MongoDB + CodeIgniter 101 (Part 1)

PHPDeveloper.org  Thu, 04/15/2010 - 12:05

In a recent post to his site Alex Bilbie shows how to integrate CouchDB and CodeIgniter to make a simple NoSQL-based application.

He helps you through each step of the way - from installation down to working code.


 

Jamie Rumbelow's Blog: Wrap me up and put me in a box

PHPDeveloper.org  Fri, 04/09/2010 - 07:09

Jamie Rumbelow, a developer on the CodeIgniter framework project, has a new post about a feature of the upcoming CodeIgniter 2.0 version of the framework - code packages.


 

NETTUTS.com: CodeIgniter from Scratch: Shopping Cart

PHPDeveloper.org  Fri, 03/26/2010 - 07:08

On NETTUTS.com there's a new tutorial looking at the CodeIgniter framework and using the shopping cart class that it comes bundled with to create a simple cart system based on this library.


 

NETTUTS.com: Build an RSS 2.0 Feed with CodeIgniter

PHPDeveloper.org  Thu, 11/19/2009 - 07:59

New on NETTUTS.com today there's a tutorial about building a simple RSS feed for your CodeIgniter application based on the contents of a MySQL database and a standard MVC setup of files to handle the request.


 

Phil Sturgeon's Blog: CodeIgniter "2.0": Rumours, facts and requ...

PHPDeveloper.org  Mon, 11/02/2009 - 21:12

In this new post to his blog today Phil Sturgeon takes on some of the rumors that have been floating around about a version 2.0 of the CodeIgniter framework.


 

NETTUTS.com: How to Update your Twitter Status with CodeIgniter

PHPDeveloper.org  Tue, 09/22/2009 - 06:54

In a new tutorial from NETTUTS.com today they look at connecting Twitter and your CodeIgniter-based application via a curl interface (and caching the last tweet).

They help you configure your framework to autoload the database, create the table and built the model to fetch the latest tweets.

Another function (update()) is created to post a new message out to the Twitter API. This involves a simple input form with a bit of validation wrapped around it.


 

NETTUTS.com: CodeIgniter From Scratch: Day 6 '" Login

PHPDeveloper.org  Fri, 09/11/2009 - 10:16

NETTUTS.com has posted part six in their "CodeIgniter from Scratch" screencast series today.

This time they focus on the user login and sessions for their sample site.


 

NETTUTS.com: CodeIgniter From Scratch: Day 5 '" CRUD

PHPDeveloper.org  Mon, 08/31/2009 - 09:44

NETTUTS.com picks back up their "CodeIgniter From Scratch" series today with day five, a look at the CRUD (create, read, update and delete) features that the framework comes with.