Today, we are going to explain to you how to manage multiple applications in Codeigniter Codeigniter is a PHP framework and it is an open-source... Read More
Today, we will explain to you how to create custom hooks in Codeigniter Framework let's know, what are hooks in Codeigniter The hook allows you to... Read More
In this exam, we will discuss about how to delete a record or data (Codeigniter Delete Query with example) from the MySQL database using the... Read More
In this article, we will discuss about how to update a record or data (Codeigniter Update Query with example) from the MySQL database using the... Read More
Codeigniter Single and Multiple records Insert Query
In this article, we will discuss about how to insert Single and Multiple records from the MySQL database using the CodeIgniter framework if you want... Read More
In this example, we will discuss about how to use Join query in the CodeIgniter framework(CodeIgniter join query example) what Join Query if you need... Read More
In this tutorial, We will inform you how to perform crud operation in CodeIgniter CRUD stands for create, read, update and delete if you create a... Read More
In this article, we will explain how to use a select query with multiple clauses in Codeigniter The Codeigniter provides Active Record class and that... Read More
How to get last record from the mysql table in codeigniter
In this tutorial, I will inform you how to get the last record from the MySQL table in CodeIgniter we need sometimes the last record in MySQL using... Read More