if i have $form->text('0.Book.name',array('type'=>'text')), this becomes


<input type="text" name="data[Book][Book][id]"  ....... />

how do i make it so that it shows this instead:

<input type="text" name="data[0][Book][id]"  ....... />

thanks

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