CodeIgniter

Simple Car Rental System Using CodeIgniter with Source Code

This is a Simple Car Rental System project that was developed using PHP CodeIgniter Framework. This project's main function is to manage the car rental businesses' transactions with their clients. I am sharing this source code to help other programmers especially beginners learn how to create a web application like this Simple Car Rental System using the PHP CodeIgniter language. Some of the

Patient Record Management System using PHP CodeIgniter with Source Code

This project is a Patient Records Management System using PHP and CodeIgniter Framework. This system manages and storing the patients' records in a certain hospital. The system stores the data in a database such as the Out-Patient Findings and Admission Details of a patient. By this, a certain hospital can easily retrieve the data or records of their patient without hassle. This Patient Records

Secure Login System using CodeIgniter with Source Code

Hi! This is a Secure Login System Project using PHP CodeIgniter Framework. This system can help you in your future CodeIgniter Project that needs security. This Login System has a secure login/authentication feature by hashing/encrypting the users' passwords. This Login System has also some features that are related to login functionalities such as registration and reset the password. Download the

Sales And Inventory System with Online Reservation in PHP/CodeIgniter with Source Code

This project is a Sales and Inventory System with Online Reservation in PHP/CodeIgniter. This project manages the sales transaction and inventory (stock monitoring) of a certain School Bazaar. This system has an admin panel where the admin user can manage the data such as the product list. The admin can also create a dynamic user role that can manage the limited access in the admin staff such as a

How to Import CSV Data in PHP CodeIgniter Framework

Importing CSV data into applications is a common practice. However, CodeIgniter Framework does not out of the box have this functionality as it does not have a library that does this. We will be using a csvimport.php library written by Bradstinson. This can be downloaded at github. This library converts CSV data to an array which can be looped through and saved into a database table. Getting

Sales and Inventory Management System using CodeIgniter (PHP Framework) with Source Code

This is a Sales and Inventory Management System project that was developed using CodeIgniter PHP Framework and MDB Bootstrap Template. The purpose of this project is to help a certain company to manage its sales transactions and stock monitoring. The system stores the company's product data and also relevant information to manage the stocks and sales transaction such as the supplier list, customer

Simple CRUD with CodeIgniter and Vue.JS with Source Code

Developing a web application is not as easy as you think to reach the client/user expectations. By using some libraries and frameworks, will help developers a lot to ease their work on developing a project. And by that, I have created a simple web application in PHP with JavaScript with the use of CodeIgniter Framework and Vue.js. CodeIgniter is a PHP framework that is built for developers to ease