CodeIgniter

Job Portal Management System in PHP using CodeIgniter Framework Free Source Code

Submitted by oretnom23 on
Introduction This project is a Job Portal Management System. This is a web-based application project developed in PHP, CodeIgniter 3 Framework, and MySQL Database. This project provides an online platform for browsing or finding Job Opportunities. This system also allows the companies to publish or post their vacancies of job openings. The application has a simple and pleasant user interface with

Warehouse Management System in PHP CodeIgniter Free Source Code

Submitted by oretnom23 on
Introduction This project is a Warehouse Management System. This is a web-based application project developed in PHP, CodeIgniter, and MySQL Database. This project's main goal is to provide an Online and Automated Application for a ceratin business to manage their products or goods. This project management can help the business to easily store, manage, monitor, and retrieve their stock records

PHP CodeIgniter 4 - CRUD Application Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about creating a CRUD (Create, Read, Edit, and Delete) Operation in PHP CodeIgniter 4. CRUD Operations is one the most common function or feature of the web applications that contains a dynamic data. Here, you will learn how to retrieve, store, update, and delete data into the Database using the PHP CodeIgniter Framework. I will be providing a simple web application source code below that contains a CRUD Opertaion.

Pharmacy Sales and Inventory System in PHP using CodeIgniter Framework Free Source Code

Submitted by oretnom23 on
Introduction This project is a Pharmacy Sales and Inventory Management System. This is a web-based application project developed in PHP, CodeIgniter Framework, and MySQL Database. This project was mainly developed to provide the Pharmacy Business with an online platform to manage their daily Sales Transactions and Inventory. It can help them to easily store, retrieve, and manage data or records on

Employee Attendance System in PHP using CodeIgniter Framework Free Source Code

Submitted by oretnom23 on
Introduction This project is an Employee Attendance System. This is a web-based application project developed in PHP using CodeIgniter Framework and MySQL Database. This application provides an Online Attendance Log and Management platform for a certain company. This can also help the company to easily store, retrieve, and manage their Employees' Attendance. The project has a pleasant user

Restaurant Management System in CodeIgniter Free Source Code

Submitted by oretnom23 on
This is a Restaurant Management System. This is a web-based application that was developed for Cianos Seafood Grill and Bar as the Final Year Project BSIS Student CHMSC. The project has 3 main modules which are the Employees Attendance and Payroll, Reservation, and Ordering Modules. The project has an Admin Panel and User-Side Interface. It has a pleasant user interface/design and user-friendly

Creating a CRUD Web App using CodeIgniter, jQuery, and Ajax Tutorial

Submitted by nurhodelta_17 on
This is a simple Ajax CRUD Operation using CodeIgniter with the help of jQuery to handle our HTTP request. CodeIgniter is a lightweight PHP framework that uses MVC(Model-View-Controller). One advantage of using Ajax is that you don't need to reload the page after a certain action.

Free Final Year Projects for Computer Science and IT Students 2020-2021

Submitted by oretnom23 on
Final Year Projects for Computer Science or IT Students This article list some projects that can be used for Final Year Projects for IT (Information Technology) and Computer Science students. The projects are developed or written using PHP, Visual Basic .NET, C#, and Python. These projects will help you to enhance or your knowledge and skills in developing software-based, web-based, or online

Simple P.E. Equipment Inventory and Reporting System in PHP/CodeIgniter with Source Code

Submitted by RebornChieko on
This is a CodeIgniter Project called Simple P.E. Equipment Inventory and Reporting System. This web application manages the school's P.E. Equipment and records the lost equipment. This project will help you to learn how to create something like this project using PHP CodeIgniter Framework. The system contains CRUD ( Create, Read, Update, and Delete) functionalities to manage the database through

Creating a CodeIgniter Signup From with Email Verification

Submitted by nurhodelta_17 on
This tutorial tackles how to create a simple signup form with validation and email verification in CodeIgniter. CodeIgniter is a lightweight PHP framework that uses MVC(Model-View-Controller) architecture. Sending email verification is a way to check whether the users' inputted email is valid or not.