Archive for the ‘ CakePHP ’ Category

Verificare una richiesta AJAX in CakePHP

if ( $this->RequestHandler->isAjax() ) { do AJAX stuff... } [ READ MORE ]