Go to file
gandhimathi Bharathirajan 0fa2cc5e71 CST Field Added
2017-04-18 12:54:06 +05:30
application CST Field Added 2017-04-18 12:54:06 +05:30
assets addCostCenter aligned 2017-04-17 19:19:39 +05:30
system updated code for demo 2017-03-28 11:30:22 +05:30
uploads files folder created 2017-04-10 18:45:17 +05:30
.htaccess new code 2017-03-13 14:24:41 +05:30
.project new code 2017-03-13 14:24:41 +05:30
cias.sql new code 2017-03-13 14:24:41 +05:30
index.php new code 2017-03-13 14:24:41 +05:30
news.txt new code 2017-03-13 14:24:41 +05:30
README.md new code 2017-03-13 14:24:41 +05:30

Admin Panel - User Management using CodeIgniter

#####Admin Panel - User Management Demo using CodeIgniter + AdminLTE Bootstrap Theme

The code is uploaded to demonstrate the simple role based Admin Panel 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 : admin@codeinsect.com

password : codeinsect

Manager Account :

email : manager@codeinsect.com

password : codeinsect

Employee Account :

email : employee@codeinsect.com

password : codeinsect

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