CodeIgniter Resources Directory
- Friday Mar 12th
-
Login
-
Create an account
Simple steps to setting up codeigniter. Covers: Download CI and upload to hosting environmentRename ’system’ directoryMove ‘application’ directory to public accessible directoryUpload and modify index.phpAdd .htaccess to remove index.php from URL ...
Read more...
There are 2 types of errors we have to work with. The ones which are displayed out in nice friendly text to your users, and the type which are hidden and for debugging purposes. Codeigniter provides the means to do both pretty easily, thankfully.
Read more...
Codr is a brand new website to provide developers with cool high quality screencasts and tutorials based aroundvarious topics of development such as php (codeigniter framework included), ruby, html, css, javascript.... Currently looking for Tutorial / S ...
Read more...
How to run codeigniter with a mix of segment-based URLs and querystrings.
Read more...
How to extend the native models in Codeigniter.
Read more...
How to make use of helpers, plugins and libraries in Codeigniter, and when is the best time to which.
Read more...
By default, CodeIgniter's folder structure is really geared towards one site domain. This post will show how to configure CodeIgniter to support multiple sites with one install.
Read more...
A tutorial series for anyone wanting to learn how the different parts of the CI framework can be put together to build a basic web application.
Read more...
A tutorial on how to use the nice and pretty ExtJs Grid with CodeIgniter which at the same time will be retrieving the data from MySQL.
Read more...
Code Igniter, a PHP framework that cooks, cleans and does the dishes. Even comes with a kitchen sink! Code Igniter will spoil you with flexibility, usability and functionality?and then you'll see the manual and never again be satisfied with other product' ...
Read more...
An example to introduce you to CodeIgniter. The tutorial will explain how to build a simple job board.
Read more...
How to use the SimplePie RSS class with CodeIgniter
Read more...
The tutorial will show you how to get the latest version of CodeIgniter from EllisLabs Subversion Repository.
Read more...
This tutorial will show a quick example of returning a set of results from a database and paginating those results with CodeIgniter.
Read more...
This article demonstrates how to create a live search application (an AJAX based application that returns search results as you type) with CodeIgniter and Mootools JSON.
Read more...
This article demonstrates how to create, with relative ease, an unobtrusive AJAX application with CodeIgniter and Mootools.
Read more...
How to build an RSS Feed in CodeIgniter
Read more...
This tutorial will introduce you to an easy way to integrate the Zend Framework libraries into CodeIgniter PHP Framework.
Read more...
A solution for using SWIFT MAILER library with CodeIgniter.
Read more...
This tutorial in 3 parts cover all basics for the newbies, from configuration to form validation to models implementation.
Read more...