Apple Rinquest | WordPress & PHP Developer

How to add individual column filtering in DataTable

Recently I wrote several posts related to DataTable plugin. The latest one was “How to filter data in DataTable using … Read More

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

Building WordPress Plugins with Object-Oriented Concept

When I develop the custom plugin, I prefer to build the custom plugin with Object-Oriented Programming(OOP) to avoid the conflict … Read More