Load Data on Page Scroll in CodeIgniter using jQuery and Ajax


codeigniter-load-more-data-on-infinite-page-scroll-jquery-ajax-codexworld

Infinite Scrolling is the best replacement of links pagination for auto load more data from the database. If you want to implement an advanced pagination functionality, infinite scroll is the best option. In load data on scroll functionality When the user reaches the end of the web page, the more data is retrieved from the MySQL database and additional content is loaded in the web page while scrolling the page down.

Read Full →

Login with Facebook in CodeIgniter using JavaScript SDK


login-with-facebook-in-codeigniter-using-javascript-sdk-codexworld

Facebook JavaScript SDK provides the easiest way to implement login system with Facebook on the website. Using JavaScript SDK, you can allow the user to sign into the web application with their Facebook account without registration on your website. It allows you to implement login with Facebook without page refresh in CodeIgniter using JavaScript SDK and retrieve user's profile information using Graph API.

Read Full →

Autocomplete Textbox in CodeIgniter using jQuery UI


codeigniter-autocomplete-textbox-using-jquery-ui-codexworld

The Autocomplete textbox helps users to find and select the value from pre-populated values list. It provides suggestions while user type in the input field. The jQuery UI Autocomplete plugin is an instant way to add autocomplete feature to the input text field. This plugin converts the input fields into an autocomplete that receives input from the user. Like PHP you can easily add jQuery UI autocomplete in CodeIgniter.

Read Full →

Convert HTML to PDF in CodeIgniter using Dompdf


convert-generate-html-to-pdf-in-codeigniter-dompdf-codexworld

PDF file provides a simple and user-friendly way to download the bunch of data in a file. Before download the web page content, the content needs to be converted from HTML to PDF. The HTML to PDF conversion can be easily done using PHP library. Dompdf is a PHP library that helps to generate PDF from HTML content. If your application built with CodeIgniter, use library to generate PDF using Dompdf.

Read Full →

Dynamic Dependent Dropdown in CodeIgniter using jQuery and Ajax


dynamic-dependent-select-box-dropdown-jquery-ajax-codeigniter-codexworld

The dynamic dependent select box auto-populates dependent data in the dropdown based on the selection. Dynamic dependent dropdown commonly used in country-state-city and category-subcategory selection. Load dynamic data in select boxes without page refresh makes the web application user-friendly. Using jQuery and Ajax, you can easily implement dynamic dependent dropdown functionality in CodeIgniter.

Read Full →

Setup Maintenance Mode in CodeIgniter


codeigniter-maintenance-mode-page-setup-codexworld

Maintenance mode helps to improve user experience by showing a notification when the site is going through maintenance. When the web application needs an update, it's always a good idea to display a well-designed maintenance page instead of showing error on the website. CodeIgniter's Hooks feature provides an ability to implement maintenance mode functionality in CodeIgniter.

Read Full →

Pagination in CodeIgniter


codeigniter-pagination-class-library-bootstrap-codexworld

Pagination is the most required feature in the data list of the web application. The pagination feature is very useful to list the huge number of dynamic records from the database. It helps to load data faster and make the web application user-friendly. If your web application built with the CodeIgniter framework, it’s very easy to implement pagination in the data list. CodeIgniter provides the Pagination class to create pagination links for the results set.

Read Full →

CodeIgniter RESTful Web Services


codeigniter-rest-server-api-web-services-tutorial-codexworld

RESTful web service also refers as RESTful API, uses HTTP requests to GET, PUT, POST, and DELETE data across platforms. In present days, RESTful API is an essential component of the web application that ensures supporting multiple devices. When the CodeIgniter application requires communicating with another application, RESTful API is needed to integrate into CodeIgniter. Using RESTful API in CodeIgniter, you can exchange data between different applications or platforms.

Read Full →

CodeIgniter CRUD Operations with MySQL


codeigniter-crud-tutorial-add-edit-delete-operations-codexworld

CRUD operations are the most required functionality for every CodeIgniter application. CRUD operations are commonly used to manipulate data in the database. It helps to implement Add, Edit, Update and Delete functionality in CodeIgniter framework. This tutorial will show you how to create a simple CRUD application in CodeIgniter with MySQL to perform create (insert), read (select), update, and delete operations.

Read Full →

keyboard_double_arrow_up