jpablobr.com

→ cakephp controller action without a view

More on: cakephp, Sun Dec 29 01:04:16 -0600 2009

Just add:

$this->autoRender = false;

Plus:

$this->redirect( ‘/’ );

So it will redirect you to a specific view, instead of just displaying a blank page.

blog comments powered by Disqus