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...]