Sorry to go on about this, but what is your reason to not use the
conventions when naming the fields?  Simply changing

  echo $form->input("Blogurl.url.$i", array('label' => 'URL'));

to

  echo $form->input("Blogurl.".$i.".url", array('label' => 'URL'));

Would allow you to use saveAll() and automagically validate your
Blogurl records.
--~--~---------~--~----~------------~-------~--~----~
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