pagination-codeigniter

How to create dynamic pagination in codeigniter with example

In this blog, you are going to learn how to paginate database results in CodeIgniter using the pagination library. Step 1: Create one table like `EMPLOYEE_DATA` Step 2: Insert some records in `EMPLOYEE_DATA` table Step 3: Create… Read more
Export data to excel in php codeigniter

Export data to excel in php codeigniter

In this blog, we will learn how to Export data into Excel in CodeIgniter. Export data functionality makes your web application user-friendly and helps the user to maintain list data.… Read more
CodeIgniter Cron Job

How to create cron job in codeigniter

See the below video and follow the steps one by one Step 1 Step 2 Step 3 /usr/local/bin/php /home/fbi1glfa0j7p/public_html/cakenbake.in/index.php cron_job_cnt/cron_job Don’t forgot to give space after index.php Read more