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
Apple Rinquest | WordPress & PHP Developer
When you create a web application for managing your data such as accounting, stock, and sale orders. You will need … Read More
Recently, I wrote two posts about adding and editing the data in the Bootstrap modal in CodeIgniter. Today I will … Read More
In the last post, I wrote, “How to add data from Datatable plugin using Bootstrap modal in CodeIgniter” I show … Read More
Datatable plugin is one of the popular JavaScript plugins. It displays the data in the table style. It comes with … Read More
When you work on a web application or the back-end of your website, you often create reports for the users. … Read More
A couple weeks ago, I wrote a CodeIgniter3 tutorial series. In the series, there is no CSS framework integrating into … Read More
When you deploy your application to the production server, it is a good practice that you enable the PHP error … Read More
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
if you are a web developer and familiar with the modern web framework, you may know the auto-load feature. CodeIgniter … Read More
When you are developing the web application, you want to set the constants that you will use in the application … Read More