Import feature helps to insert bulk data at once instead of one by one and reduce the time for inserting data in the database. Mostly, the CSV file format is used to import data. Import functionality makes it easy to insert a bunch of data in the database ...

By: CodexWorld Feb 14, 2019

CRUD Operations in CodeIgniter are the most implemented functionality for the web application. Generally, the page is refreshed and redirected when an action is requested in CodeIgniter CRUD application. Also, the CRUD operations are also be implemented wi...

By: CodexWorld Jan 30, 2019

Codeigniter CRUD Operation helps to manipulate data in the database. You can view, add, edit, and delete data from the database with CRUD in CodeIgniter. CRUD is very useful to integrate data management functionality in CodeIgniter. To make the Codeigniter...

By: CodexWorld Jan 22, 2019

CodeIgniter's Email class is a system library and comes with the CodeIgniter framework. So, it can be easily used in the CodeIgniter application without an additional library. Alternatively, PHPMailer library is the best option to send email via SMTP serve...

By: CodexWorld Dec 19, 2018

Datatables server-side processing allows to fetch data from the database and listed in a tabular view with search and pagination feature. If your web application handles a large amount of data from the database, you must consider using server-side processi...

By: CodexWorld May 29, 2020

Shopping Cart helps online customers to purchase multiple items at once on an e-commerce application. Upon checkout, the shopping cart calculates the total amount for the order, handles the shipping, and shows the order preview. If your application is deve...

By: CodexWorld Jun 11, 2020

The RESTful web services provide a simple way to exchange data between different applications. If your web application needs to communicate over the across platforms, RESTful web service needs to be developed. CodeIgniter RESTful web service is the easiest...

By: CodexWorld Oct 16, 2018

Contact Form is a must-have component for every web application. It helps to build a connection between the site owner and visitor. CodeIgniter contact form functionality can be easily implemented with Form and Email library. This tutorial shows how to cre...

By: CodexWorld Aug 9, 2018

Delete multiple records on a single click is very useful for the large data list. The user doesn't need to click multiple times for delete multiple rows, instead of that, all records can be deleted on a single click. Multiple records deletion functionality...

By: CodexWorld Aug 1, 2018
keyboard_double_arrow_up