Simple Employees Information System using CodeIgniter 4.1.5 with Free Source Code

Language

This is a Simple Employees Information System. This is a mini-Project developed using CodeIgniter version 4.1.5. The main purpose of this project is to give students or those new programmers that learning PHP CI4 Frameworks a simple project where they can refer to give them some idea on how to develop a web application using the said PHP Framework. This application contains CRUD (Create, Read, Update, and Delete) Operation which is the common feature of a web app. This also uses Bootstrap for the user interface design.

The project was developed using the following:

  • XAMPP v3.3.0 as my local webserver that has a PHP Version 8.0.7
  • PHP Language
  • MySQL Database
  • CodeIgniter4.1.5 Framework
  • HTML
  • CSS
  • JavaScript
  • jQuery
  • Ajax
  • Bootstrap
  • and more...

About the Simple Employees Information System

The simple Employees Information System has only a simple storing and retrieving data in the database. It has also Image File Uploads where images are stored inside the CI4 WRITABLE directory. The source code contains request/form validation, Ajax request, vertical table design, flashdata, popup alerts, and more that might be helpful for your future projects.

Note: This mini-project was only developed for educational purposes only.

Project Features/Functionalities

  • Secure Login and Registration
  • Logout
  • Form Validation
  • Image Upload
  • Image Preview
  • Ajax Request
  • Flashdata/Popup alerts
  • Form Modal
  • DataTables
  • CRUD Operation
  • and more...

Some of the System Snapshots

Employee's Information/Details Page

Simple Employees Information System

Employee List

Simple Employees Information System

Account Management Page

Simple Employees Information System

The project source code is available on this site and is free to download. The source code is being shared for educational purposes only. To download the source code, follow the instruction provided below.

How to Run

Requirements

  • Download and Install any local web server such as XAMPP/WAMP.
  • Download the provided source code zip file. (download button is located below)

Installation/Setup

  1. Open your XAMPP/WAMP's Control Panel and start Apache and MySQL.
  2. Extract the downloaded source code zip file.
  3. If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
  4. Open your XAMPP/WAMP PHPMyAdmin in a browser and create a new database naming eis_db.
  5. Import the provided SQL file into your newly created database. The file is located inside the db folder and is known as eis_db.sql.
  6. Open your device Terminal or Command Prompt and redirect your current directory to your source code file and serve the CI4 project.
    • cd C:\xampp\htdocs\ci_employee
      php spark serve
  7. Browse the Simple Employees Information System in a browser. i.e. http://localhost:8080.

Default Admin Access

Username: admin
Password: admin123

DEMO VIDEO

That's it! You can now explore the features and functionalities of this Simple Employees Information System project in PHP and CodeIgniter4 Framework. I hope this will help you with what you are looking for and you'll find something useful for your future PHP Projects.

Explore more on this website for more Free Source Codes and Tutorials.

Enjoy :)

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted byDempsy (not verified)on Tue, 01/11/2022 - 06:08

No database inside db folder please help
Submitted byAnonymous (not verified)on Sat, 03/05/2022 - 08:38

Thank you
Submitted byCoby Williams (not verified)on Sat, 05/14/2022 - 15:23

Hey there, thank you for sharing your software! There seems to be a problem with the dropdowns. Changes are not taken into effect. After confirming the update of a dropdown, the initial value gets filled back in. No changes are stored in the db. The normal textfields work (and so do the date fields). Any idea???

Add new comment