Getting Started Tutorial On Using Doctrine With CodeIgniter

doctrine codeigniter

I have already discussed few articles on codeigniter along with codeigniter basics. Codeigniter has good library/mechanism for manipulating database activity. Besides, it introduced active record class, which minimizes the complexity of writing SQL … [Read more...]

Working With CodeIgniter Smarty Together

smarty

Before, I have written tutorials about smarty basics as well as codeigniter tutorial for beginners. As the ci framework doesn't include any template engine, many developers love to use smarty with codeigniter based application as the view engine.Tn … [Read more...]

Beginning Codeigniter Application Development

CodeIgniter Tutorial

I have already written few articles on codeigniter, however, didn't written for the genuine beginners yet. But, as i have written many beginner level tutorials here, i think, a beginners tutorial on codeigniter will be also helpful for my blog … [Read more...]

Overview Of Codeigniter 2.0 Features

Codeigniter 2

At the end of January,2011, Codeigniter has released their new version, 2.0 . As expected, they made a number of major changes, added some awesome features on this new version. Besides, they made some other changes also on development work-flow etc … [Read more...]

Getting Started With CodeIgniter URL Routing

Codeigniter Tutorials

In this tutorial, I will try to give an overview on codeigniter url routing. I will also describe the basic implementation technique with necessary code examples where needed. I am assuming you already know about PHP and worked/has knowledge in … [Read more...]

Codeigniter Active Record Class Overview

CodeIgniter Tutorials

On this article, I will give a small overview of Codeigniter Active Record class, show basic way to use it, its drawbacks and potential solution of a common problem(union operation with it, which aren't directly supported) that developers face often. … [Read more...]