example
$ì=0;
$j=5;
$form->input($i.'.Model1.Model2.'.$j.'.model_id')  output <input
type="text" name="data[0][Model1][Model2][5][model_id]">; this work
but if
$form->input($i.'.Model1.Model2.'.$j.'.Model3.model_id')  output
<input type="text" name="data[_method]">; this don't work

understand?

On Apr 17, 10:04 pm, Miles J <mileswjohn...@gmail.com> wrote:
> Still confused on what your asking. Can we see your form code, and the
> debugged $this->data.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to