This is the feedback from the debug:
Array
(
[User] => Array
(
[username] =>
[email] =>
[password] =>
[password2] =>
)
)
The line in the controller where it save is :
$this->User->create();
echo('Got here');
if($this->User->save($this->data)) {
//$this->Session->setFlash('Congratz! You have signed up!');
//$this->redirect(array('controller' => 'users', 'action' =>
'home'));
}else{
$this->Session->setFlash('There was an error signing up.
Please try again.');
$this->data = null;
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---