This is one combo that I use frequently in my Yii2 projects. When the page is scrolled to the end, next set of data is retrieved and displayed automatically without …
This is skeleton code example on posting form data in JSON format processing by Yii’s controller action. Although this example uses Yii, the code can be easily adaped to pure PHP …
Want to navigate through the grids or trying to sort and filter data without waiting for the entire page to load? You need yii\widgets\Pjax and wrap it around GridView. In the view: …
xajax is still my preferred AJAX tool because you can code the functions in PHP. This is great for those who doesn’t have time to learn jQuery or any other …
I have previously written a post on the same topic with CAutoComplete. Since CAutoComplete is deprecated (since V113) and replaced with CJuiAutoComplete, I should keep my notes up-to-dated. I find …