CodeIgniter

Responsive Ordering System using PHP Codeigniter Framework with Source Code

Submitted by oretnom23 on
Project: Responsive Ordering System using PHP Codeigniter Framework About This project is an Online Ordering System with POS and Kitchen Side User Interface. This project is programmed using the Codeigniter framework and some other plugins and libraries. The Client-Side user interface is designed as mobile responsive. When the Cashier, Admin, and the Customers submit their order, the kitchen side

Inventory Management System in PHP and Codeigniter with Source Code

Submitted by mohammed shafraz on
Hi everyone. This simple inventory management system allows you to manage the day to day inventory of an organization. The system allows the system users to export into CSV or xlsx (excel) file and also ready to print. You can also set up role permission for other members or system users dynamically which means you can create multiple user roles and manage their pages and functionalities of the

How to Create a SEO Friendly URL in CodeIgniter

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a SEO Friendly URL in CodeIgniter. SEO stands for Search Engine Optimization which is the practice of increasing the quantity and quality of traffic to your website through organic search engine results. In order for your site to gain higher rank in web search engines, you need to optimize your site's URL and this tutorial will help you achieve that in CodeIgniter.

Dynamic Dropdown Menu using Bootstrap 4 in CodeIgniter

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a dynamic dropdown menu in CodeIgniter using Bootstrap 4. CodeIgniter is a lightweight PHP framework that uses MVC(model-view-controller) architecture. Bootstrap 4 is currently the latest version of Bootstrap that has several changes than the later version.

How to Get Multiple Parameters in URL of CodeIgniter App

Submitted by nurhodelta_17 on
This tutorial tackles on how to get multiple parameters in URL of CodeIgniter Application. Usually, we only passed a single parameter in URL and it is usually an ID but in cases that you needed to pass two or more parameters and retrieve them in your controller, this tutorial will be very beneficial to you.