new

View Paste
  1. function create() {
  2.       if(!empty($this->data)) {
  3.           if($this->Blog->save($this->data...
I want to redirect to the created $id, not the index. But it's not working as planned..