Simple Redirect

Permalink
How do I do a simple redirect with C5?

Drupal has drupal_goto(SOME_URL). I'm looking for an equivalent.

Thanks

 
mkly replied on at Permalink Best Answer Reply
mkly
I'm assuming you are doing this in a block or single page in it's controller.php file?
$this->redirect('/some_page');


ps. I'm not sure how experienced you are with concrete5 so if that isn't developed enough let me know and I can explain a little better.