{ES} - 3.5.2.4.4 isAjax

$this->params['ajax']

Almacena un 1 si la petición actual es una llamada ajax; 0 si no. Esta variables sólo se establece si el componente RequestHandler es usado en el controlador.

{EN} - 3.5.2.4.4 isAjax

$this->params['ajax']

Stores 1 if the current request is an ajax call, 0 if not. This variable is only set if the RequestHandler Component is being used in the controller.

Diferencias

Lines: 1-3Lines: 1-3
 <title>isAjax</title> <title>isAjax</title>
 <p class="method"><code>$this->params['ajax']</code></p> <p class="method"><code>$this->params['ajax']</code></p>
-<p>Stores 1 if the current request is an ajax call, 0 if not. This variable is only set if the RequestHandler Component is being used in the controller.</p> +<p>Almacena un 1 si la petición actual es una llamada ajax; 0 si no. Esta variables lo se establece si el componente <code>RequestHandler</code&gt; es usado en el controlador.</p>