Skip to content

pimplesushant/User-Management-using-CodeIgniter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Management using CodeIgniter

#####User Management Demo using CodeIgniter + AdminLTE Bootstrap Theme

The code is uploaded to demonstrate the simple role based application using CodeIgniter(MVC Framework)

Installation

Download the code from repository. Unzip the zip file.

Open browser; goto localhost/phpmyadmin.

Create a database with name "cias" and import the file "cias.sql" in that database.

Copy the remaining code into your root directory:

for example, for windows

WAMP : c:/wamp/www/cias

OR

XAMPP : c:/xampp/htdocs/cias

Open browser; goto localhost/cias and press enter:

The login screen will appear.

To login, I am going to provide the user-email ids and password below.

System Administrator Account :

email : [email protected]

password : admin

Manager Account :

email : [email protected]

password : codeinsect

Employee Account :

email : [email protected]

password : codeinsect

Once you logged in with System Administrator account, you can create user or edit previous user if you want.

About

User Management Demo - CodeIgniter + AdminLTE Theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 36.5%
  • HTML 30.3%
  • PHP 22.7%
  • CSS 10.5%