You can use a "hack" to format the tags using an "indice" ... such as
['model'][0]['Name'], ['model'][1]['Name] etc ...

You can use :  'Model/'.$indice.'][fieldname' into the tag name to
produce the above format ..

On Mar 26, 5:37 am, "cc96ai" <[EMAIL PROTECTED]> wrote:
> I know how to do in PHP,
> but I have no idea how to work it on cakePHP
>
> e.g.
> I have a table of products,
> and I will list all the products in one form , one page,
>
> -Name, Desc, Qty, Price, Total
> -Name, Desc, Qty, Price, Total
> -Name, Desc, Qty, Price, Total
> -Name, Desc, Qty, Price, Total
>
> user will input the Qty in the form, and once he submitted into
> server
> it will save into invoice database
>
> BUt how can cake handle the name in Multi-Row
> and direction will help .
>
> Thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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