Admin Panel User Management Using CodeIgniter

An essential feature when building a project with CI is member management. There are many ways to build this feature in CI, and to provide additional documentation for reference, I would like to share the pre-built source code for this feature in CI. From this source code, you can refer to and develop a project using CI for use.

  • Some advantages of the source code:
  • Uses the latest version of CI as of the current time (Version 3.1.10)
  • Integrated with the AdminLTE-2.4.10 dashboard template.
  • Developed features:
  • Login, logout
  • Add, edit, delete members
  • Basic member permission management
  • View login history.

Code quản lý thành viên bằng PHP & MYSQL

Code quản lý thành viên bằng PHP & MYSQL

Admin Panel User Management Using CodeIgniter

Admin Panel User Management Using CodeIgniter


* How to install script on localhost:

  • Download and install a local web server such as AMPPS/XAMPP/WAMP to run our PHP scripts;
  • Download and extract the script and copy it to the web server directory;
  • Open a web browser and access PHPMyAdmin and create a new database, then import file ci.sql  database (in root directory);
  • Open file database.php (in directory application/config) and configuration database connection
  • Admin panel URL: http://localhost/prọectname/login;
  • Default login account: admin@example.com / 123456 or  employee@example.com /123456

                                

Download
Previous Post Next Post