CRUD Application with Session in PHP Framework CodeIginter - 3


Here we are going to develop an application with CRUD operation where we will maintain user login and logout session. Please go with end to end in all videos of the videos for the proper detailed application flow.

Dashboard Snapshot as below for CRUD Application:




Here we are going to this project in 11 parts, the same youtube videos link will be shared with you.
  1. Application Overview which we are going to develop.
  2. Download CodeIgniter 3 and Xampp Server.
  3. MVC Directory and Database structure.
  4. User Login and Logout with the session.
  5. Register user.
  6. Account Page with header user info.
  7. Add a new Product.
  8. Get all products on Account Page.
  9. Edit Product.
  10. Delete Product.
  11. Add logger in Application.


Please find the Youtube video link below for Part 1 and Part 2. As we have only application Overview and Setup part in that.

Part 1: Application Overview - CRUD Application with Session in CodeIgniter 3




Part 2: Download CodeIgniter 3 and Xampp Server


Comments

Popular posts from this blog

How to read XLS and XLSX Excel files in Java

How to Read CSV File in Java

SQLite Database CRUD Operation in Ionic 4