Would you like to display data from the system's schedule table when the user logs in? In other words, when you log in the system triggers the function in the Controller that calls the method in the Model Class that searches the database, returns the values to the Controller that returns to view (main index of the system) automatically, without need to click anything.