codeigniter

CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications. CodeIgniter was created by EllisLab, and is now a project of the British Columbia Institute of Technology. This tutorial has been prepared for developers who would like to learn the art of developing websites using CodeIgniter. It provides a complete understanding of this framework. Before you start proceeding with this tutorial, we assume that you are already exposed to HTML, Core PHP, and Advance PHP. If you know PHP well, then CodeIgniter will make your task easier. It has a very rich set of libraries and helpers. By using CodeIgniter, you will save a lot of time, if you are developing a website from scratch. Not only that, a website built in it secure too, as it has the ability to prevent various attacks that take place through websites.

Ajax live search table generation using codeigniter

Ajax live search table generation using codeigniter In this post we will show you Ajax live search table generation using codeigniter, hear for Ajax live search table generation using codeigniter we will give you demo and example for implement. we will show how to make an Ajax live search table generation using codeigniter and jquery …

Ajax live search table generation using codeigniter Read More »

CodeIgniter Select Query – how to run Select Query in CodeIgniter

CodeIgniter Select Query – how to run Select Query in CodeIgniter In CodeIgniter Select Query – how to run Select Query in CodeIgniter post we will show you how to run CodeIgniter Select Query, we give you differnet method for run Select Query in CodeIgniter. how to run CodeIgniter Select Query, group_by, With Query Bindings, …

CodeIgniter Select Query – how to run Select Query in CodeIgniter Read More »

Integrating Google Two-Factor Authentication with CodeIgniter 3

Integrating Google Two-Factor Authentication with CodeIgniter 3 In this post we will show you Integrating Google Two-Factor Authentication with CodeIgniter 3, hear for Integrating Google Two-Factor Authentication with CodeIgniter 3 we will give you demo and example for implement. Integrating Google Two-Factor Authentication with CodeIgniter extend is a genuinely simple process. The two-factor Authentication will …

Integrating Google Two-Factor Authentication with CodeIgniter 3 Read More »

CodeIgniter UPDATE Query – how to run UPDATE Query in CodeIgniter

CodeIgniter UPDATE Query – how to run UPDATE Query in CodeIgniter In this post we will show you how to execute CodeIgniter UPDATE Query with update(), update_string() and update_batch(). CodeIgniter ‘UPDATE’ query execute by following functions $this->db->update() $this->db->update_string() $this->db->update_batch() CodeIgniter UPDATE Query with $this->db->update() by using $this->db->update() method we can use UPDATE for single record …

CodeIgniter UPDATE Query – how to run UPDATE Query in CodeIgniter Read More »

How to codeigniter remove index.php on Windows Server and IIS?

How to codeigniter remove index.php on Windows Server and IIS? In this post we will show you codeigniter remove index.php on Windows Server and IIS, hear for codeigniter remove index.php on Windows Server and IIS we will give you demo and example for implement. steps for codeigniter remove index.php on Windows Server and IIS Step …

How to codeigniter remove index.php on Windows Server and IIS? Read More »

Codeigniter Delete Query – how to run Delete Query in CodeIgniter

Codeigniter Delete Query – how to run Delete Query in CodeIgniter In this post we will show you how to execute CodeIgniter Delete Query with delete(), empty_table(), truncate() and Delete With Join. CodeIgniter “Delete” query execute by following functions $this->db->delete() $this->db->empty_table() $this->db->truncate() Delete With Join Codeigniter Delete Query with $this->db->delete() In this functions of delete() …

Codeigniter Delete Query – how to run Delete Query in CodeIgniter Read More »

We're accepting well-written guest posts and this is a great opportunity to collaborate : Contact US