> echo $form->input("$i.time");
> echo $form->input("$i.category_id");
Have you tried,
echo $form->input("ModelName.field_name.$i");
I believe this will return everything as an array on the backend that
you can loop through. Mind you, you may have to fill the value in for
those manually.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---