<?php
if(Yii::app()->request->isAjaxRequest) { //code... }
Yii Framework, check request on ajax
January 5, 2016 0 devreadwrite.com 2506
Checking on ajax request in yii, simple example
January 5, 2016 0 devreadwrite.com 2506
Checking on ajax request in yii, simple example
<?php
if(Yii::app()->request->isAjaxRequest) { //code... }
So if you want to go fast, if you want to get done quickly, if you want your code to be easy to write, make it easy to read.
Comments
There are no comments, you can be the first