Exemplo n.º 1
0
 /**
  * Returns true if request was ajax.
  * NOTE - Only works if the javascript library sends the X_REQUESTED_WITH
  * header.
  *
  * @return bool
  */
 public function isAjax()
 {
     return Pfw_Request::isAjax();
 }