Saturday 12 October 2013

Check for Ajax’ed request in Yii

 if( Yii::app()->request->isAjaxRequest) {
    // do some thing….
}

No comments:

Post a Comment