Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Designing lecturer management system with CodeIgniter & AJAX
Rating: 4.2 out of 5(4 ratings)
22 students

Designing lecturer management system with CodeIgniter & AJAX

Learn CodeIgniter with AJAX & jQuery
Created byMehmood Shaikh
Last updated 5/2021
English

What you'll learn

  • This course will cover all basic and advanced concepts of PHP CodeIgniter AJAX and jQuery.
  • Clear understanding of MVC framework.
  • A thorough knowledge of using AJAX and jQuery with PHP Codeigniter.
  • Learning everything about performing basic operations on MySQL database such as CREATE, READ, UPDATE and DELETE.
  • Making post and get request using AJAX and jQuery.
  • Developing follow and unfollow system.
  • Designing pending and approval post functionality for admin.
  • Designing multi-user authentication system.
  • Developing multiple dashboards for users and admin.
  • Designing profile card of normal user and admin.
  • Uploading personal, professional, qualification and skill details into MySQL server.
  • Developing image uploading functionality and replacing the existing image with new profile image.
  • Developing advanced search user feature with auto complete functionality using CodeIgniter AJAX and jQuery.
  • Developing adding post, updating post, viewing post and deleting post functionality.
  • Displaying user skills in an attractive manner using progress bar.
  • Showing all registered lecturers in the form of cards on home page.
  • Multi-authentication registration and login system.
  • Developing the functionality of showing followers and following count on profile card.
  • Blocking unapproved posts to show on the users dashboard.
  • Developing password change feature for both normal user and admin.
  • Viewing only their own posts in a separate tab.
  • Designing multiple tab based system using jQuery.
  • Handling multiple sessions for both admin and normal user.
  • Developing admin dashboard of showing count of total, pending and approved posts on admin panel.
  • Admin can view all the registered users in the form of a table in its dashboard.
  • Displaying pending approved post count on navigation menu beside profile image.

Course content

1 section50 lectures7h 52m total length
  • Developing lecturer management system using CodeIgniter AJAX and jQuery9:37

    How to make lecturers management system using PHP CodeIgniter and AJAX is a video tutorial for beginners intermediate and advanced users to learn the basic and advanced concepts of PHP CodeIgniter. In this video of developing lecturers management system we have covered many functionalities which will give you complete grip and confidence to start developing your own applications. In this series we will covering interesting functionalities which are the needs of modern technology.

  • Designing database for our application7:05

    Developing the functionality of user registration using Codeigniter AJAX and jQuery is a video tutorial for beginners and intermediate users to learn about developing the a user authentication system, where users with multiple roles as admin and normal user can register themselves. In this video we will learn developing various functionalities such as user authentication, password hash technique, designing registration form using Bootstrap framework and many more.

  • Setting up our project8:03

    In this lecture we will discuss about setting up our lecturer management system project to start the application. Here we will learn setting up configuration details like loading database, loading libraries and helpers.

  • Linking CSS and JS files with our project6:16

    How to set a navigation menu and its links using PHP CodeIgniter, AJAX & jQuery is a video tutorial for beginners and intermediate users to learn about developing the functionality of designing a navigation menu and displaying menu items in it. We also learn about creating drop down in header with different set of options for admin and normal user.

    You need to put these links in head tag.

    http://127.0.0.1/lecturers/assets/js/jquery-3.1.0.js

    http://127.0.0.1/lecturers/assets/js/jquery-ui.js

    http://127.0.0.1/lecturers/assets/js/bootstrap.js

    http://127.0.0.1/lecturers/assets/css/bootstrap.css

    http://127.0.0.1/lecturers/assets/css/jquery-ui.css

    http://127.0.0.1/lecturers/assets/fontawesome/css/all.css

  • Designing a navigation bar using bootstrap framework11:52

    How to set a navigation menu and its links using PHP codeigniter, AJAX & jQuery is a video tutorial for beginners and intermediate users to learn about developing the functionality of designing a navigation menu and displaying menu items in it. We also learn about creating drop down in header with different set of options for admin and normal user.

  • Designing registration form using Bootstrap framework7:33

    Designing registration form using Bootstrap framework is a video tutorial for beginners and intermediate users to learn about the designing a registration form using Bootstrap framework for both admin and normal users.

  • Developing the functionality of user registration11:52

    Developing the functionality of user registration is a video tutorial for beginners to learn about the basics of CodeIgniter framework and in this video we will discuss about developing the functionality of allowing both admin and normal user to register into the system using Codeigniter AJAX and jQuery.

  • Designing login form using Bootstrap framework6:30

    Designing login form using Bootstrap framework is a video tutorial for beginners to learn about the basics of CodeIgniter framework and in this video we will discuss about designing login form of allowing both admin and normal user to authenticate into the system using Codeigniter AJAX and jQuery.

  • Developing the functionality of user login using PHP CodeIgniter10:13

    Developing the functionality of user login is a video tutorial for beginners to learn about the basics of CodeIgniter framework and in this video we will discuss about developing the functionality of allowing both admin and normal user to authenticate into the system using Codeigniter AJAX and jQuery.

  • Displaying appropriate links on header based on user type10:53

    Developing the functionality of displaying appropriate links on header based on user type is a video tutorial for beginners to learn about the basics of CodeIgniter AJAX and jQuery. In this lecture we will discuss displaying different types of links when admin and normal user gets logged in.

  • How to resrict unauthorized users to access private pages using CodeIgniter9:42

    In this lecture we will discuss about restricting unauthorized users to access both admin and users dashboard. This functionality will prohibit unauthorized users to access the data of admin and normal user.

  • Designing profile card using bootstrap framework for both admin and normal user8:42

    This lecture is about designing profile card for both admin and normal user on the left of side of admin dashboard and user dashboard which contains information such as user profile image, username, department, designation and college address along with the count of followers and following.

  • Developing the functionality of tab based system for add profile using Bootstrap8:59

    This lecture is about designing a fully functional tan based menu system to choose different options. We have created four tabs to allow the user to enter the information. We will create tabs such as personal, professional, qualification and skill details to ask these information from the user.

  • Designing personal details form using Bootstrap framework6:18

    This video deals about designing personal form using bootstrap framework for allowing the user to enter personal details into MySQL database.

  • Developing the functionality of uploading personal details using PHP CodeIgniter16:02

    Developing the functionality of adding user personal details is a video tutorial for beginners and intermediate users

    to learn about developing the functionality of adding user record into MySQL database. In this video we will discuss about

    inserting both text and image data into MySQL database using PHP code-igniter, Ajax and jquery. We will also learn about

    uploading user profile image inside uploads folder and get the data back from MySQL table and display it to the user

    using PHP code-igniter, Ajax and jquery.

  • Fetching personal details from database using CodeIgniter12:14

    This video will provide complete information on fetching personal details from MySQL database and display it on the each and every text box of personal details form. In this video we are going to read data from MySQL database the moment we save the record into MySQL database.

  • Updating users personal details using CodeIgniter AJAX and jQuery12:19

    Developing the functionality of updating user professional data using PHP Code-igniter AJAX & jQuery is a video tutorial for beginners

    and intermediate users to learn about the basics of code-igniter framework. In this video we will discuss everything about

    editing or updating the professional details of any user by making an AJAX call to the server MySQL database with PHP

    Code-igniter.

  • Designing qualification details form using Bootstrap framework5:47

    This video deals about designing qualification form using PHP code-igniter framework and bootstrap framework. This form is used for uploading qualification details on MySQL server.

  • Developing the functionality of uploading qualification details with CodeIgniter9:22

    How to upload the the qualification details of user using Code-igniter AJAX & jQuery is a video tutorial for beginners and

    intermediate users to learn about developing the functionality of uploading users qualification details. In this video we will

    learn about making an AJAX call to server for uploading user details.

  • Fetching qualification details from MySQL database using CodeIgniter8:59

    This video will provide complete information on fetching qualification details from MySQL database and display it on the each and every text box of qualification details form. In this video we are going to read data from MySQL database the moment we save the record into MySQL database.

  • Updating qualification details using CodeIgniter AJAX and jQuery7:41

    Developing the functionality of updating user qualification details using PHP Code-igniter & AJAX is a video tutorial for beginners

    and intermediate users to learn about writing PHP code-igniter and AJAX code for data update. In this video we will discuss

    everything about updating users qualification details using PHP code-igniter and AJAX.

  • Designing professional details form using Bootstrap framework4:24

    This video deals about designing professional form using PHP code-igniter framework and bootstrap framework. This form is used for uploading professional details on MySQL server.

  • Developing the functionality of uploading professional details using CodeIgniter8:22

    How to upload the the professional details of user using Code-igniter AJAX & jQuery is a video tutorial for beginners and

    intermediate users to learn about developing the functionality of uploading users professional details. In this video we will

    learn about making an AJAX call to server for uploading user details.

  • Fetching profesional details and displaying it on professional details form8:41

    This video will provide complete information on fetching professional details from MySQL database and display it on the each and every text box of professional details form. In this video we are going to read data from MySQL database the moment we save the record into MySQL database.

  • Developing the functionality of updating professional data using CodeIgniter7:39

    Developing the functionality of updating user professional data using PHP Code-igniter AJAX & jQuery is a video tutorial for beginners

    and intermediate users to learn about the basics of code-igniter framework. In this video we will discuss everything about

    editing or updating the professional details of any user by making an AJAX call to the server MySQL database with PHP

    Code-igniter.

  • Designing add skill pop up dialog box using Bootstrap framework10:02

    Developing the functionality of designing user skill pop up dialog box using PHP Code-igniter AJAX& jQuery is a video tutorial for beginners and intermediate users to learn about the basics of code-igniter framework. In this video we will discuss everything about

    developing the functionality of designing pop up modal dialog box to allow the users to select skill and percentage of skill expertise.

  • Displaying skill list below add skill text box like a drop down using Ajax13:35

    Displaying the list of users skills on users profile using PGP Code-igniter AJAX and jQuery is a video tutorial for beginners

    and intermediate users to learn about the basics of code-igniter framework. In this video we will discuss everything about displaying

    users skills list with percentage to give users a better idea about their skills.

  • Developing the functionality of adding skill into profile using CodeIgniter10:30

    Developing the functionality of adding user skills using PHP Code-igniter AJAX& jQuery is a video tutorial for beginners

    and intermediate users to learn about the basics of code-igniter framework. In this video we will discuss everything about

    developing the functionality of adding various skills into user profile using code-igniter Ajax and jquery.

  • Displaying users skills with progress bar on user profile using CodeIgniter6:23

    Displaying the list of users skills on users profile using PHP Code-igniter AJAX and jQuery is a video tutorial for beginners

    and intermediate users to learn about the basics of code-igniter framework. In this video we will discuss everything about displaying

    users skills list with percentage to give users a better idea about their skills.

  • Displaying user added skills in a pop up dialog box for edit using CodeIgniter12:07

    Developing the functionality of updating user skill using PHP Code-igniter AJAX and jQuery is a video tutorial for beginners

    and intermediate users to learn about the basics of code-igniter framework. In this video we will discuss about making an

    AJAX call to server for updating users skill record whenever focus comes out from editable section.

  • Developing the functionality of editing user skills using CodeIgniter and Ajax11:27

    Developing the functionality of editing user skills using CodeIgniter and Ajax is a video tutorial for beginner to learn about the basics and intermediate concepts of CodeIgniter and AJAx. In this video we will discuss about updating user skills using pop up modal dialog box.

  • Developing the functionality of deleting user skill using CodeIgniter and Ajax8:06

    Developing the functionality of deleting user skill using PHP CodeIgniter AJAX & jQuery is a video tutorial for beginners

    and intermediate users to learn about the basics of codeigniter framework. In this video we will discuss about deleting

    user skill from their profile by making an AJAX call to the server and reloading the page once the record gets deleted

    successfully.

  • Designing home view and fixing top navigation menu bar errors7:07

    This video deal with designing home view to display all registered users in the form of a card using PHP code-igniter and Bootstrap framework. Profile card provides information to users such as profile image, username, department, designation, college name and followers, following count.

  • Displaying all registered users on home page accept admin and logged in user10:43

    Developing the functionality of displaying users profile on home page is a video tutorial for beginners and intermediate

    users to learn about the basics of code-igniter framework. In this video we will discuss about fetching the details of all the users from

    MySQL database and display it in the form of cards on home page using PHP Code-igniter, AJAX and jQuery.

  • Designing profile card and add post form on users dashboard using CodeIgniter8:20

    Designing profile card and add post using Code-igniter AJAX and jQuery is a video tutorial for beginners to learn about creating an add post form using Bootstrap framework.

  • Developing the functionality of publishing post using CodeIgniter and Ajax9:33

    Developing the functionality of adding post using Code-igniter AJAX and jQuery is a video tutorial for beginners to learn about making

    an Ajax post request for adding a post int MySQL database. In this video we will discuss about inserting a post with user id and post date inside MySQL table.

  • Displaying published post on users dashboard using CodeIgniter and Bootstrap7:42

    Developing the functionality of displaying all posts on dashboard using CodeIgniter Ajax and jQuery is a video tutorial for beginners to learn about making an ajax post request for adding a post int mysql database. in this video we will discuss about fetching all the posts from MySQL database and display on users dashboard in descending order using CodeIgniter, AJAX and jQuery.


  • Developing the functionality of search user details using CodeIgniter and Ajax12:51

    Developing the functionality of searching users using Code-igniter AJAX and jQuery is a video tutorial for beginners and intermediate

    users to learn about the basics of code-igniter framework. In this video we will discuss about developing the functionality of

    searching various registered users using a search text box at the top on header. We develop this functionality by making an Ajax post

    call to MySQL server using jQuery.

  • Developing the functionality of viewing user profile using Codeigniter10:23

    Developing the functionality of viewing users complete profile using PHP Code-igniter AJAX and jQuery is a video tutorial for beginners and intermediate users to learn about the basics of code-igniter framework. in this video we will discuss about developing the functionality of viewing professional, personal, qualification and skill details of a user using PHP Code-igniter AJAX and jQuery.

  • Displaying all posts of logged in user using PHP CodeIgniter8:16

    Developing the functionality of displaying all posts on dashboard using Code-igniter Ajax and jQuery is a video tutorial for beginners to learn about making an ajax post request for adding a post int MySQL database. in this video we will discuss about fetching all the posts from MySQL database and display on users dashboard in descending order using Code-igniter, AJAX and jQuery.

  • Fetching data of a post and display it on modal dialog box to update13:28

    Developing the functionality of updating post using CodeIgniter AJAX and jQuery is a video tutorial for beginners to learn the basic concepts of codeigniter framework. In this video we will discuss about fetching the data from mysql table to update it. For updating the data we need to send an ajax post request first to get the data from mysql table and then we need to again make an ajax post request to update the data from the server.

  • Developing the functionality of updating logged in user post using CodeIgniter6:49

    Developing the functionality of updating post using Code-igniter AJAX and jQuery is a video tutorial for beginners

    to learn the basic concepts of codeigniter framework. For updating the data we need to send an ajax post request first to get the data from mysql table and then we need to again make an ajax post request to update the data from the server.

  • Developing the functionality of delete post using CodeIgniter and Ajax5:30

    Developing the functionality of delete post using Code-igniter AJAX & jQuery is a video tutorial for beginners to learn the basic

    concepts of code-igniter framework.  In this video we will discuss about how to make an Ajax post request to MySQL database using

    PHP Code-igniter AJAX and jQuery.

  • Displaying profile image and username on header using PHP CodeIgniter11:28

    Displaying profile image and username on header when user logged in using PHP Code-igniter is a video tutorial for beginners to learn

    about the basic intermediate and advanced concepts of Code-igniter framework. In this video we will discuss about getting the logged users profile image and username from the session and display it on the header of our application. For developing this feature we need to first check whether user has already uploaded their profile details on the database or not. If yes then we will fetch those details from

    the database when user logged in and store it inside session.

  • Designing change password form using Bootstrap framework9:28

    Developing the functionality of updating password using CodeIgniter AJAX & jQuery is a video tutorial for beginners to learn the basic concepts of CodeIgniter framework. In this video we will discuss about changing user password after logged in. To update user password we are making an ajax post request to MySQL server and responses will be shown to the user in the form of alert box.

  • Developing the functionality of updating user password with CodeIgniter and Ajax12:32

    Developing the functionality of updating password using Code-igniter AJAX & jQuery is a video tutorial for beginners to learn

    the basic concepts of Code-igniter framework. In this video we will discuss about changing user password after logged in.

    To update user password we are making an Ajax post request to MySQL server and responses will be shown to the user in the

    form of alert box.

  • Displaying registered lecturers on right side using CodeIgniter and Ajax9:30

    Developing the functionality of displaying all registered users on left side of Dashboard using Code-igniter AJAX and jQuery is a video tutorial for beginners to learn the basic concepts of code-igniter framework. In this video we will discuss about fetching details of registered users from MySQL database using CodeIgniter, AJAX and jQuery.

  • Developing follow user functionality using CodeIgniter11:08

    How to make follow and unfollow system using PHP CodeIgniter is a video tutorial for beginners to learn about the basic concepts of

    PHP CodeIgniter framework. In this video we will discuss about developing the functionality of twitter like follow and unfollow system

    using PHP CodeIgniter.


  • Developing unfollow user functionality using CodeIgniter5:39

    How to make follow and unfollow system using PHP CodeIgniter is a video tutorial for beginners to learn about the basic concepts of

    PHP CodeIgniter framework. In this video we will discuss about developing the functionality of twitter like follow and unfollow system

    using PHP CodeIgniter.

  • Functionality of displaying follower and following count below profile card14:44

    In this video we will discuss about developing the functionality of displaying following and followers count below user profile card using codeigniter and Bootstrap framework.

Requirements

  • A laptop or a desktop.
  • Xampp/Wampp server/Mamp
  • Windows xp/7/8/10/Linux

Description

How to make lecturers management system using PHP Codeigniter and AJAX is a video tutorial for beginners intermediate and

advanced users to learn the basic and advanced concepts of php codeigniter. In this video of developing lecturers management

system we have covered many functionalities which will give you complete grip and confidence to start developing your own

applications.In this series we will covering interesting functionalities which are the needs of modern technology, we will

be covering the functionalities such as,

- This course will cover all basic and advanced concepts of PHP CodeIgniter AJAX and jQuery.

- Clear understanding of MVC framework.

- A thorough knowledge of using AJAX and jQuery with PHP CodeIgniter.

- Learning everything about performing basic operations on MySQL database such as CREATE, READ, UPDATE and DELETE.

- Making post and get request using AJAX and jQuery.

- Developing follow and unfollow system.

- Designing pending and approval post functionality for admin.

- Designing multi-user authentication system.

- Developing multiple dashboards for users and admin.

- Designing profile card of normal user and admin.

- Uploading personal, professional, qualification and skill details into MySQL server.

- Developing image uploading functionality and replacing the existing image with new profile image.

- Developing advanced search user feature with auto complete functionality using CodeIgniter AJAX and jQuery.

- Developing adding post, updating post, viewing post and deleting post functionality.

- Displaying user skills in an attractive manner using progress bar.

- Showing all registered lecturers in the form of cards on home page.

- Multi-authentication registration and login system.

- Developing the functionality of showing followers and following count on profile card.

- Blocking unapproved posts to show on the users dashboard.

- Developing password change feature for both normal user and admin.

- Viewing only their own posts in a separate tab.

- Designing multiple tab based system using jQuery.

- Handling multiple sessions for both admin and normal user.

- Developing admin dashboard of showing count of total, pending and approved posts on admin panel.

- Admin can view all the registered users in the form of a table in its dashboard.

- Displaying pending approved post count on navigation menu beside profile image.

Who this course is for:

  • Those students who wants to learn PHP CodeIgniter AJAX and jQuery with advanced concepts covered which can help them to start building their own projects.