PHP CodeIgnter

Expense Management System in PHP using CodeIgniter Framework Free Source Code

Submitted by oretnom23 on
Introduction This project is an Expense Management System. This is a web-based application project developed in PHP, CodeIgniter, and MySQL Database. The main purpose of this web application is to provide an online platform to manage individual expenses. This application can be used personally, for business, or in any that requires the individual to track expenses. The application was developed

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.