Create
- function create() {
- if($this->Blog->save($this->data...
I want to redirect to the created $id, not the index. But it's not working as planned..
- M:
- <?php // 5
- class Person extends AppModel {
- public $password_salt = "heyhow";
- pub...
Person Creation, MVC with Validation
