How can we use ajax in yii?
Answer / Divya Bansal
To use AJAX in Yii, you can create an action in a controller and use jQuery to send a request to that action. Yii provides support for JSONP responses by default.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the system requirements to install yii2?
What is the first function that gets loaded from a controller?
How to compare yii with other frameworks? Explain
Explain the yii versions?
How you can write a custom component and use it inside your app?
Explain the difference between homeurl and baseurl in yii2?
Benifits of yii over other frameworks?
What is request life-cycle of yii 2.0 framework?
How to get the get home page url in yii?
What are formatter in yii 2.0?
In yii, how to get ip address?
How to use ajax in yii?