Ok here is the view


<?php
echo $form->create('Member' ,array('controller' => 'Members' ,
'action' => 'register'));
echo $form->input('Member.username');
echo $form->input('Member.password');
echo $form->input('Member.firstname');
echo $form->input('Member.lastname');
echo $form->input('Member.emailid');
echo $form->end('submit');
?>

and here is the array

Array
(
    [Member] => Array
        (
            [username] => sfasf
            [password] =>
            [firstname] => asfas
            [lastname] => fsafasf
            [emailid] => asfsaf
        )

)

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to