<?php
if(Yii::app()->request->isAjaxRequest) { //code... }
Yii Framework, check request on ajax
January 5, 2016 0 devreadwrite.com 3814
Checking on ajax request in yii, simple example
January 5, 2016 0 devreadwrite.com 3814
Checking on ajax request in yii, simple example
<?php
if(Yii::app()->request->isAjaxRequest) { //code... }
The most important property of a program is whether it accomplishes the intention of its user.
Comments
There are no comments, you can be the first