Home » Codeigniter
Codeigniter best tricks and hacks

Hi Friends,
Today I am sharing you some best tricks i have used in couple of projects, may be these things are common but we need these in all of our projects and we can find it on
check value already exists in codeigniter

Callback function of codeigniter which checks whether the value already exists in particular column of table or not.
This function work on add and edit both cases,it return false if value exists and return true if value not exists.
Read More »
Custom form validation in Codeigniter

Hi Geeks,
Today i am sharing you the Custom form validation example in codeigniter. Suppose we have a custom requirement to validate the data with our own custom rules like email already exist in database, So for this
CONVERT HTML TO PDF IN CODEIGNITER Using MPDF

Hi Geeks,
Today I am Sharing you the code for making pdf or download pdf files in codeigniter. In this Code snippet we have used the MPDF Kit for generating pdf of html views or dynamic templates. So
complete login system in codeigniter php

Hi Geeks,
I am showing you “complete login system in codeigniter php”. In this example i’ll show you a simple login example with srored procedure in codeigniter framework.
Step 1. Install Codeigniter and configure database.php in application/config folder
Read More »
How to remove index.php from Codeigniter url

Here we will learn how to remove index.php from codeigniter url.
Each of codeigniter constructed url contains the value index.php and excluding root url. No url cannot be run without index.php
Assume a scenario , we have a