Apple Rinquest | WordPress & PHP Developer

How to filter data in DataTable using Ajax in CodeIgniter

When you create a web application for managing your data such as accounting, stock, and sale orders. You will need … Read More

How to delete data from Datatable plugin using Bootstrap modal in CodeIgniter

Recently, I wrote two posts about adding and editing the data in the Bootstrap modal in CodeIgniter. Today I will … Read More

How to edit data from Datatable plugin using Bootstrap modal in CodeIgniter

In the last post, I wrote, “How to add data from Datatable plugin using Bootstrap modal in CodeIgniter” I show … Read More

How to add data from Datatable plugin using Bootstrap modal in CodeIgniter

Datatable plugin is one of the popular JavaScript plugins. It displays the data in the table style. It comes with … Read More

How To Use DataTables In Codeigniter

When you work on a web application or the back-end of your website, you often create reports for the users. … Read More

How To Integrate Bootstrap 4 in Codeigniter

A couple weeks ago, I wrote a CodeIgniter3 tutorial series. In the series, there is no CSS framework integrating into … Read More

How to enable PHP error logging in CodeIgniter

When you deploy your application to the production server, it is a good practice that you enable the PHP error … Read More

How to remove index.php from URLs in CodeIgniter

By default, the index.php will be included in the URLs as it shows below. “https://example.com/index.php/users/login” You can remove the index.php … Read More

How to use auto-loading resources in CodeIgniter

if you are a web developer and familiar with the modern web framework, you may know the auto-load feature. CodeIgniter … Read More

How to define constants globally in CodeIgniter

When you are developing the web application, you want to set the constants that you will use in the application … Read More

1 2