I just started learning AJAX and Yiiframework. What are the steps to create AJAX login form in Yii?
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try the following in your view, where the login button is
#resultStudentCourseis the ID of the DIV where you need to load in your message, EG. Successfully logged-inThen in your controller the create method have something like this
Hope this helps